Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Dring (0.17 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    016D          ; valid                                  # 1.1  LATIN SMALL LETTER U WITH BREVE
    016E          ; mapped                 ; 016F          # 1.1  LATIN CAPITAL LETTER U WITH RING ABOVE
    016F          ; valid                                  # 1.1  LATIN SMALL LETTER U WITH RING ABOVE
    0170          ; mapped                 ; 0171          # 1.1  LATIN CAPITAL LETTER U WITH DOUBLE ACUTE
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  2. docs/features/calls.md

    ## Dispatch
    
    For synchronous calls, you bring your own thread and are responsible for managing how many simultaneous requests you make. Too many simultaneous connections wastes resources; too few harms latency.
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 3.9K bytes
    - Viewed (0)
  3. docs/changelogs/changelog_1x.md

        X-Android-Response-Source is now OkHttp-Response-Source
        X-Android-Selected-Transport is now OkHttp-Selected-Transport
        ```
     *  Improve cache invalidation for POST-like requests.
     *  Bring MockWebServer into OkHttp and teach it SPDY.
    
    
    ## Version 1.1.1
    
    _2013-06-23_
    
     * Fix: ClassCastException when caching responses that were redirected from
       HTTP to HTTPS.
    
    
    ## Version 1.1.0
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 6.4K bytes
    - Viewed (0)
Back to top