Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

URLEncodedFormParameterEncoder_Destination

mattt edited this page Sep 18, 2020 · 2 revisions

URLEncodedFormParameterEncoder.Destination

Defines where the URL-encoded string should be set for each URLRequest.

public enum Destination

Enumeration Cases

methodDependent

Applies the encoded query string to any existing query string for .get, .head, and .delete request. Sets it to the httpBody for all other methods.

case methodDependent

queryString

Applies the encoded query string to any existing query string from the URLRequest.

case queryString

httpBody

Applies the encoded query string to the httpBody of the URLRequest.

case httpBody
Types
Protocols
Global Typealiases
Clone this wiki locally