Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requireClientAuth (0.05 sec)

  1. mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt

       * proceed normally. If the client presents an untrusted certificate or no certificate at all the
       * handshake will fail and no connection will be established.
       */
      public fun requireClientAuth() {
        this.clientAuth = CLIENT_AUTH_REQUIRED
      }
    
      /**
       * Awaits the next HTTP request, removes it, and returns it. Callers should use this to verify the
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 20:36:00 UTC 2025
    - 40.3K bytes
    - Viewed (0)
Back to top