Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for toCurl (0.08 sec)

  1. okhttp/api/jvm/okhttp.api

    	public final fun tag (Ljava/lang/Class;)Ljava/lang/Object;
    	public final fun tag (Lkotlin/reflect/KClass;)Ljava/lang/Object;
    	public final fun toCurl ()Ljava/lang/String;
    	public final fun toCurl (Z)Ljava/lang/String;
    	public static synthetic fun toCurl$default (Lokhttp3/Request;ZILjava/lang/Object;)Ljava/lang/String;
    	public fun toString ()Ljava/lang/String;
    	public final fun url ()Lokhttp3/HttpUrl;
    }
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Wed Nov 05 18:28:35 UTC 2025
    - 70.2K bytes
    - Viewed (0)
  2. okhttp/api/android/okhttp.api

    	public final fun tag (Ljava/lang/Class;)Ljava/lang/Object;
    	public final fun tag (Lkotlin/reflect/KClass;)Ljava/lang/Object;
    	public final fun toCurl ()Ljava/lang/String;
    	public final fun toCurl (Z)Ljava/lang/String;
    	public static synthetic fun toCurl$default (Lokhttp3/Request;ZILjava/lang/Object;)Ljava/lang/String;
    	public fun toString ()Ljava/lang/String;
    	public final fun url ()Lokhttp3/HttpUrl;
    }
    
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Wed Nov 05 18:28:35 UTC 2025
    - 70.3K bytes
    - Viewed (0)
  3. okhttp/src/commonJvmAndroid/kotlin/okhttp3/HttpUrl.kt

      @Deprecated(
        message = "moved to toUrl()",
        replaceWith = ReplaceWith(expression = "toUrl()"),
        level = DeprecationLevel.ERROR,
      )
      fun url(): URL = toUrl()
    
      @JvmName("-deprecated_uri")
      @Deprecated(
        message = "moved to toUri()",
        replaceWith = ReplaceWith(expression = "toUri()"),
        level = DeprecationLevel.ERROR,
      )
      fun uri(): URI = toUri()
    
      @JvmName("-deprecated_scheme")
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 63.5K bytes
    - Viewed (0)
Back to top