neon API reference NE_ADD_REQUEST_HEADE(3)
NAME
ne_add_request_header, ne_print_request_header - add headers
to a requestSYNOPSIS
#include
void ne_add_request_header(ne_request *request,
const char *name, const char *valuevoid ne_print_request_header(ne_request *request,
const char *name, const char *formatDESCRIPTION
The functions ne_add_request_header and
ne_print_request_header can be used to add headers to a
request, before it is sent.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
ne_request_create
AUTHOR Joe OrtonAuthor. COPYRIGHT ATTRIBUTES
See attributes(5) for descriptions of the following attributes:box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE =
Availability library/neon = Interface Stability Volatile NOTES Source for Neon is available on http://opensolaris.org.ATTRIBUTES
See attributes(5) for descriptions of the following attributes: neon 0.29.0 Last change: 13 September 2009 1neon API reference NE_ADD_REQUEST_HEADE(3)
_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | library/neon ||____________________|__________________|_
| Interface Stability| Volatile ||____________________|_________________|
NOTES Source for Neon is available on http://opensolaris.org. neon 0.29.0 Last change: 13 September 2009 2