|
NAMEhttp_mime —
multi-part MIME suport
LIBRARYPDEL Library (libpdel, -lpdel)SYNOPSIS#include <sys/types.h>
#include <stdio.h>
#include <netinet/in.h>
#include <openssl/ssl.h>
#include <pdel/http/http_defs.h>
#include
<pdel/http/http_server.h>
u_int
struct mime_part *
void
const char *
u_int
u_char *
DESCRIPTIONThese functions handle multi-part MIME document data as returned by http_request_read_mime_multipart(3).A
RETURN VALUEShttp_mime_multipart_get_part () return
NULL with errno set to
EINVAL if index is out of range.
SEE ALSOhttp_client(3), http_request(3), http_response(3), http_server(3), libpdel(3)N. Freed and N. Borenstein, Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types, RFC 2046. HISTORYThe PDEL library was developed at Packet Design, LLC.http://www.packetdesign.com/
AUTHORSArchie Cobbs ⟨archie@freebsd.org⟩
Visit the GSP FreeBSD Man Page Interface. |