Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reifiedTag (0.07 sec)

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

      fun headers(name: String): List<String> = headers.values(name)
    
      /** Returns the tag attached with [T] as a key, or null if no tag is attached with that key. */
      @JvmName("reifiedTag")
      inline fun <reified T : Any> tag(): T? = tag(T::class)
    
      /** Returns the tag attached with [type] as a key, or null if no tag is attached with that key. */
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 13.1K bytes
    - Viewed (1)
Back to top