http_request_set_body
Last updated March 2020
Name
http_request_set_body — Set the body of an HTTP request
Synopsis
#include "modules/delivery/http/httpclnt.h"
| void **http_request_set_body** (
| sess, | |
| | body)
; | |
Description
**Configuration Change. ** This function is available as of version 3.6.
Set the body of an HTTP request. After modifying an http_request you must call http_request_finalize.
- sess
-
The http_session. For a description of this data type see “http_session”.
- body
-
A character pointer to the body of the HTTP request.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?