- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for UrlComponentEncodingTester (0.09 sec)
-
okhttp/src/test/java/okhttp3/UrlComponentEncodingTester.kt
* percent-encoded in a path. * * See https://url.spec.whatwg.org/#percent-encoded-bytes */ fun newInstance(): UrlComponentEncodingTester { return UrlComponentEncodingTester() .allAscii(Encoding.IDENTITY) .nonPrintableAscii(Encoding.PERCENT) .override( Encoding.SKIP, '\t'.code, '\n'.code,
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 12.3K bytes - Viewed (0)