Documentation

Encryption
in package

Types of form data transmission.

Table of Contents

Constants

JsonEncoded  = 'application/json'
Request with JSON payload
Multipart  = 'multipart/form-data'
Multipart
UrlEncoded  = 'application/x-www-form-urlencoded'
URL Encoded
XmlEncoded  = 'application/x-www-form-xmlencoded'
Request with XML payload

Constants

JsonEncoded

Request with JSON payload

public mixed JsonEncoded = 'application/json'

Multipart

Multipart

public mixed Multipart = 'multipart/form-data'

UrlEncoded

URL Encoded

public mixed UrlEncoded = 'application/x-www-form-urlencoded'

XmlEncoded

Request with XML payload

public mixed XmlEncoded = 'application/x-www-form-xmlencoded'

        
On this page

Search results