Rechercher une page de manuel
ne_add_request_header
Langue: en
Version: 11 January 2010 (ubuntu - 24/10/10)
Section: 3 (Bibliothèques de fonctions)
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
- 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 Orton <neon@lists.manyfish.co.uk>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre