ne_set_request_flag, ne_get_request_flag — set and retrieve per-request flags
#include <ne_request.h>
void ne_set_request_flag( | ne_request * | req, |
ne_request_flag | flag, | |
int | value) ; |
int ne_get_request_flag( | ne_request * | req, |
ne_request_flag | flag) ; |
The ne_set_request_flag
function
enables or disables a per-request flag. Passing a non-zero
value
argument enables the flag, and zero
disables it.
The following flags are defined:
| enables this flag to use the "Expect: 100-continue" feature of HTTP/1.1 |
| disable this flag if the request uses a
non-idempotent method such as
POST |