Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Animal (0.29 sec)

  1. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

    import okhttp3.internal.tls.OkHostnameVerifier
    import okhttp3.internal.toImmutableList
    import okhttp3.internal.ws.RealWebSocket
    import okio.Sink
    import okio.Source
    import org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
    
    /**
     * Factory for [calls][Call], which can be used to send HTTP requests and read their responses.
     *
     * ## OkHttpClients Should Be Shared
     *
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 06 04:21:33 GMT 2024
    - 52K bytes
    - Viewed (0)
  2. .bazelrc

    # RBE cross-compile configs for Darwin x86
    build:rbe_cross_compile_macos_x86 --config=cross_compile_macos_x86 --remote_download_minimal
    build:rbe_cross_compile_macos_x86 --bes_backend="" --bes_results_url="" --bes_timeout="0s"
    build:rbe_cross_compile_macos_x86 --experimental_remote_build_event_upload="minimal"
    build:rbe_cross_compile_macos_x86 --config=rbe_cross_compile_base
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
Back to top