Instance Property

httpBody

The body of the HTTP request.

Declaration

var httpBody: [String : Any]?

Discussion

The body will be encoded as application/x-www-form-urlencoded by default. See the bodyEncoding property to specify an encoding for the body.

See Also

Options