Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for multipartBody (0.14 sec)

  1. okhttp/api/okhttp.api

    	public final fun addFormDataPart (Ljava/lang/String;Ljava/lang/String;Lokhttp3/RequestBody;)Lokhttp3/MultipartBody$Builder;
    	public final fun addPart (Lokhttp3/Headers;Lokhttp3/RequestBody;)Lokhttp3/MultipartBody$Builder;
    	public final fun addPart (Lokhttp3/MultipartBody$Part;)Lokhttp3/MultipartBody$Builder;
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Apr 15 13:41:01 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_3x.md

        `FormEncodingBuilder` with the more powerful `FormBody` and
        `FormBody.Builder` combo. Similarly we've upgraded `MultipartBuilder` into
        `MultipartBody`, `MultipartBody.Part`, and `MultipartBody.Builder`.
    
     *  **The Apache HTTP client and HttpURLConnection APIs are deprecated.** They
        continue to work as they always have, but we're moving everything to the new
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
Back to top