Index of Section 3 Manual Pages

Interix / SUAne_print_request_header.3Interix / SUA

NE_ADD_REQUEST_HEADE(3) neon API referenceNE_ADD_REQUEST_HEADE(3)



NAME
       ne_add_request_header, ne_print_request_header - add
       headers to a request

SYNOPSIS
       #include 

       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 
           Author.

COPYRIGHT
neon 0.28.2                3 April 2008   NE_ADD_REQUEST_HEADE(3)

Interix / SUAHosted at SUA Community for Interix, SUA and SFUInterix / SUA