ne_add_request_header(3) opensolaris man page | unix.com

Man Page: ne_add_request_header

Operating Environment: opensolaris

Section: 3

NE_ADD_REQUEST_HEA(3)						neon API reference					     NE_ADD_REQUEST_HEA(3)

NAME
ne_add_request_header, ne_print_request_header - add headers to a request
SYNOPSIS
#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
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 vari- able-length argument list.
SEE ALSO
ne_request_create(3)
AUTHOR
Joe Orton <neon@webdav.org>.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWneon | +--------------------+-----------------+ |Interface Stability | Volatile | +--------------------+-----------------+
NOTES
Source for Neon is available on http://opensolaris.org. neon 0.25.5 20 January 2006 NE_ADD_REQUEST_HEA(3)
Related Man Pages
ne_add_request_header(3) - opensolaris
ne_response_header_iterate(3) - opensolaris
ne_request_dispatch(3) - redhat
ne_request_destroy(3) - redhat
ne_request_dispatch(3) - centos
Similar Topics in the Unix Linux Community
How to learn UNIX
solaris zones vs container..
PHP Man Pages Now Available (Over 10,000)
What's legal and what's not?
Identify problem with while getopts