Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 86 for pinner (0.13 sec)

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

     * explicitly requested), this also includes that proxy information. For secure connections the
     * address also includes the SSL socket factory, hostname verifier, and certificate pinner.
     *
     * HTTP requests that share the same [Address] may also share the same [Connection].
     */
    class Address(
      uriHost: String,
      uriPort: Int,
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  2. docs/en/docs/img/sponsors/reflex-banner.png

    reflex-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Nov 18 13:38:01 UTC 2023
    - 8K bytes
    - Viewed (0)
  3. docs/en/docs/img/sponsors/mongodb-banner.png

    mongodb-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Mar 25 23:10:11 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  4. docs/en/docs/img/sponsors/scalar-banner.svg

    scalar-banner.svg...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Nov 28 10:52:35 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/striveworks-banner.png

    striveworks-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Feb 17 14:18:01 UTC 2022
    - 9.5K bytes
    - Viewed (0)
  6. docs/en/docs/img/sponsors/classiq-banner.png

    classiq-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Mar 10 02:29:40 UTC 2022
    - 5.2K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/fern-banner.png

    fern-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Jul 27 18:53:51 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  8. docs/en/docs/img/sponsors/zuplo-banner.png

    zuplo-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Jun 18 02:25:11 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. docs/en/docs/img/sponsors/platform-sh-banner.png

    platform-sh-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Jun 10 20:58:15 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  10. okhttp/src/main/kotlin/okhttp3/internal/connection/Exchange.kt

      }
    
      fun noRequestBody() {
        call.messageDone(this, requestDone = true, responseDone = false, e = null)
      }
    
      /** A request body that fires events when it completes. */
      private inner class RequestBodySink(
        delegate: Sink,
        /** The exact number of bytes to be written, or -1L if that is unknown. */
        private val contentLength: Long,
      ) : ForwardingSink(delegate) {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top