Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ne_print_request_header(3) [opensolaris man page]

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

Check Out this Related Man Page

NE_SSL_DNAME(3) 						neon API reference						   NE_SSL_DNAME(3)

NAME
ne_ssl_readable_dname, ne_ssl_dname_cmp - SSL distinguished name handling SYNOPSIS
#include <ne_ssl.h> const char *ne_ssl_readable_dname (const ne_ssl_dname *dname); int ne_ssl_dname_cmp (const ne_ssl_dname *dn1, const ne_ssl_dname *dn2); DESCRIPTION
The ne_ssl_readable_dname function creates a single-line, human-readable string out of an ne_ssl_dname object. The returned string is mal- loc()-allocated, and must be free()d by the caller. The ne_ssl_dname_cmp function compares two distinguished names, and returns zero if they are equal, or non-zero otherwise. RETURN VALUE
ne_ssl_readable_dname returns a malloc-allocated string, and never NULL. EXAMPLES
See ne_ssl_cert_subject(3) for an example use of ne_ssl_readable_dname. SEE ALSO
ne_ssl_cert_subject(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. 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_SSL_DNAME(3)
Man Page