Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for stripForUri (0.21 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/UrlComponentEncodingTesterJvm.kt

        Component.PASSWORD ->
          UrlComponentEncodingTesterJvmPlatform()
            .escapeForUri('%'.code)
    
        Component.HOST ->
          UrlComponentEncodingTesterJvmPlatform()
            .stripForUri(
              '\"'.code,
              '<'.code,
              '>'.code,
              '^'.code,
              '`'.code,
              '{'.code,
              '|'.code,
              '}'.code,
            )
    
        Component.PATH ->
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 5.5K bytes
    - Click Count (0)
Back to Top