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

URLEncoding_Destination

mattt edited this page Sep 18, 2020 · 2 revisions

URLEncoding.Destination

Defines whether the url-encoded query string is applied to the existing query string or HTTP body of the resulting URL request.

public enum Destination

Enumeration Cases

methodDependent

Applies encoded query string result to existing query string for GET, HEAD and DELETE requests and sets as the HTTP body for requests with any other HTTP method.

case methodDependent

queryString

Sets or appends encoded query string result to existing query string.

case queryString

httpBody

Sets encoded query string result as the HTTP body of the URL request.

case httpBody
Types
Protocols
Global Typealiases
Clone this wiki locally