Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Bertin (0.15 sec)

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

                unicodeAllowed = true,
              )
          }
    
        /**
         * Re-encodes the components of this URL so that it satisfies (obsolete) RFC 2396, which is
         * particularly strict for certain components.
         */
        internal fun reencodeForUri() =
          apply {
            host = host?.replace(Regex("[\"<>^`{|}]"), "")
    
            for (i in 0 until encodedPathSegments.size) {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Jan 09 12:33:05 GMT 2024
    - 63.5K bytes
    - Viewed (1)
Back to top