Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for movies (0.15 sec)

  1. docs/changelogs/changelog_3x.md

        if the header is absent or its delay is 0 seconds.
     *  New: Allow request bodies for all HTTP methods except GET and HEAD.
     *  New: Automatic module name of `okhttp3` for use with the Java Platform
        Module System.
     *  New: Log gzipped bodies when `HttpLoggingInterceptor` is used as a network
        interceptor.
     *  New: `Protocol.QUIC` constant. This protocol is not supported but this
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

        )
        val latch = CountDownLatch(2)
        val errors = ArrayList<IOException?>()
        val bodies: BlockingQueue<String?> = LinkedBlockingQueue()
        val callback: Callback =
          object : Callback {
            override fun onResponse(
              call: Call,
              response: Response,
            ) {
              bodies.add(response.body.string())
              latch.countDown()
            }
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Thu Apr 11 22:09:35 GMT 2024
    - 75.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.3.md

    Although *v1.9* is still compatible, we recommend upgrading to one of the supported versions.
    All prior versions of docker will not be supported.
    
    #### ThirdPartyResource
    
    If you use ThirdPartyResource objects, they have moved from being namespaced-scoped to be cluster-scoped. Before upgrading to 1.3.0, export and delete any existing ThirdPartyResource objects using a 1.2.x client:
    
    kubectl get thirdpartyresource --all-namespaces -o yaml > tprs.yaml
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 84K bytes
    - Viewed (0)
Back to top