Values for HTTPClient_Send sendFlags parameter. These flags control some behavior of sending the request or receiving the response. More...
Macros | |
#define | HTTP_SEND_DISABLE_CONTENT_LENGTH_FLAG 0x1U |
Set this flag to disable automatically writing the Content-Length header to send to the server. More... | |
Values for HTTPClient_Send sendFlags parameter. These flags control some behavior of sending the request or receiving the response.
Flags should be bitwise-ORed with each other to change the behavior of HTTPClient_Send.
#define HTTP_SEND_DISABLE_CONTENT_LENGTH_FLAG 0x1U |
Set this flag to disable automatically writing the Content-Length header to send to the server.
This flag is valid only for HTTPClient_Send sendFlags parameter.