neon API reference NESETREQUEST(3)
NAME
nesetrequestbodybuffer, nesetrequestbodyfd - include
a message body with a request
SYNOPSIS
#include
void nesetrequestbodybuffer (nerequest *req,
const char *buf,
sizet count);
DESCRIPTION
The nesetrequestbodybuffer function specifies that a
message body should be included with the body, which is
stored in the count bytes buffer buf.
SEE ALSO
nerequestcreate(3)
AUTHOR
Joe Orton .
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWneon
Interface Stability Volatile
NOTES
Source for Neon is available on http:/opensolaris.org.
neon 0.25.5 Last change: 20 January 2006 1
|