The http_simple_send() request content type (sys.HttpRequestContentType)ΒΆ
!temp sys.HttpRequestContentType,,a64 |
Specify the http_simple_send() request content type |
Specifies the content type on the http_simple_send() request.
The possible values are:
application/json
application/xml
If empty the default value will be application/json.
This value is used in case the RequestObject is a !record or ![o]file, so that it is converted to the correct/desired format inside the request body.
RELATED TOPICS |