Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for varyMatches (0.28 sec)

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

          }
        }
    
        fun matches(
          request: Request,
          response: Response,
        ): Boolean {
          return url == request.url &&
            requestMethod == request.method &&
            varyMatches(response, varyHeaders, request)
        }
    
        fun response(snapshot: DiskLruCache.Snapshot): Response {
          val contentType = responseHeaders["Content-Type"]
          val contentLength = responseHeaders["Content-Length"]
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  2. okhttp/api/okhttp.api

    	public final fun hasVaryAll (Lokhttp3/Response;)Z
    	public final fun key (Lokhttp3/HttpUrl;)Ljava/lang/String;
    	public final fun varyHeaders (Lokhttp3/Response;)Lokhttp3/Headers;
    	public final fun varyMatches (Lokhttp3/Response;Lokhttp3/Headers;Lokhttp3/Request;)Z
    }
    
    public final class okhttp3/CacheControl {
    	public static final field Companion Lokhttp3/CacheControl$Companion;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
Back to top