-
HttpPostOptions.Built.body()
HttpPutOptions.Built.body()
Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.
Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.
Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.
Creates an HTTP body with content type "application/x-www-form-urlencoded" and the given form data.
HttpBody.json(byte[] json)
Creates an HTTP body with content type "application/json" and the given content.
Creates an HTTP body with content type "application/json" and the given content.