Manpage of NE_ADD_REQUEST_HEA
NE_ADD_REQUEST_HEA
Section: neon API reference (3)
Updated: 5 July 2004
Index
Return to Main Contents
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 variable-length argument list.
SEE ALSO
ne_request_create(3)
AUTHOR
Joe Orton <neon@webdav.org>.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 21:25:25 GMT, May 16, 2005
www.fiveanddime.net