Skip to content

BodyEncoding

Josh Wright edited this page Jan 14, 2021 · 3 revisions

BodyEncoding

Indicates the type of a request's body. The content type affects how and where the content is encoded.

public enum BodyEncoding

Enumeration Cases

json

The content of this request is encoded to its body as JSON.

case json

urlEncoded

The content of this request is encoded to its URL.

case urlEncoded
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally