redhat man page for ne_set_request_body_fd

Query: ne_set_request_body_fd

OS: redhat

Section: 3

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

NE_SET_REQUEST_BODY(3)						neon API reference					    NE_SET_REQUEST_BODY(3)

NAME
ne_set_request_body_buffer, ne_set_request_body_fd - include a message body with a request
SYNOPSIS
#include <ne_request.h> void ne_set_request_body_buffer (ne_request *req, const char *buf, size_t count);
DESCRIPTION
The ne_set_request_body_buffer function specifies that a message body should be included with the body, which is stored in the count bytes buffer buf.
SEE ALSO
ne_request_create(3)
AUTHOR
Joe Orton <neon@webdav.org>. neon 0.23.5 8 October 2002 NE_SET_REQUEST_BODY(3)
Related Man Pages
ne_set_request_body_fd64(3) - debian
ne_set_request_body_fd(3) - centos
ne_set_request_body_buffer(3) - centos
ne_set_request_body_buffer(3) - suse
ne_set_request_body_fd64(3) - suse
Similar Topics in the Unix Linux Community
PHP Man Pages and Forum Integration