Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for varyMatches (0.04 sec)

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

          }
        }
    
        fun matches(
          request: Request,
          response: Response,
        ): Boolean =
          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: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 26.9K bytes
    - Viewed (0)
  2. okhttp/api/jvm/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: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 69.4K bytes
    - Viewed (0)
  3. okhttp/api/android/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: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 69.4K bytes
    - Viewed (0)
Back to top