www.LinuxHowtos.org
NE_ADD_REQUEST_HEADE
Section: neon API reference (3)Updated: 30 September 2016
Index Return to Main Contents
NAME
ne_add_request_header, ne_print_request_header - add headers to a requestSYNOPSIS
#include <ne_request.h>
-
void ne_add_request_header(ne_request *request, const char *name, const char *value);
- void ne_print_request_header(ne_request *request, const char *name, const char *format, ...);
DESCRIPTION
ne_add_request_header simply adds a header of given name, with given value.
ne_print_request_header adds a header of given name, taking the value from the printf-like format string parameter and subsequent variable-length argument list.
SEE ALSO
AUTHOR
Joe Orton <neon@lists.manyfish.co.uk>
- Author.
COPYRIGHT