ne_set_request_body_buffer, ne_set_request_body_fd - include a message body with a request
Author
Attributes
Notes
#include <ne_request.h>
void ne_set_request_body_buffer (ne_request *req, const char *buf, size_t count);
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.
ne_request_create(3)
Joe Orton <neon@webdav.org>.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE Availability SUNWneon Interface Stability Volatile
Source for Neon is available on http://opensolaris.org.
| neon 0.25.5 | NE_SET_REQUEST_ (3) | 20 January 2006 |