The http_simple_send() response content type (sys.HttpResponseContentType)¶
!temp sys.HttpResponseContentType,,a64 |
Received http_simple_send() response content type |
Returns the received content type on the http_simple_send() response.
This value is used in case the ResponseObject is a !record or ![o]file, so that it is correctly parsed and copied into the record structure (if it is application/json or application/xml). Or can also be used to know the received mime type when the response is written into a file.
This system variable is modifiied in the http_simple_send() function with the received response content type. And change it’s value has no effect.
RELATED TOPICS |