Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for versionString (0.09 sec)

  1. okcurl/src/main/kotlin/okhttp3/curl/Main.kt

      val userAgent: String by option(
        "-A",
        "--user-agent",
      ).help(
        "User-Agent to send to server",
      ).default(NAME + "/" + versionString())
    
      val connectTimeout: Int by option(
        "--connect-timeout",
      ).help(
        "Maximum time allowed for connection (seconds)",
      ).int()
        .default(DEFAULT_TIMEOUT)
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top