centos man page for ne_add_request_header

Query: ne_add_request_header

OS: centos

Section: 3

Links: centos man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NE_ADD_REQUEST_HEADE(3) 					neon API reference					   NE_ADD_REQUEST_HEADE(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 variable-length argument list.
SEE ALSO
ne_request_create
AUTHOR
Joe Orton <neon@lists.manyfish.co.uk> Author.
COPYRIGHT
neon 0.30.0 31 July 2013 NE_ADD_REQUEST_HEADE(3)
Related Man Pages
ne_request_dispatch(3) - redhat
ne_get_response_header(3) - centos
ne_request_dispatch(3) - centos
ne_request_destroy(3) - suse
ne_request_dispatch(3) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
Tar Command
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq