GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
MHD_IoVec Struct Reference

#include <microhttpd.h>

Data Fields

const void * iov_base
 
size_t iov_len
 

Detailed Description

I/O vector type. Provided for use with MHD_create_response_from_iovec().

Note
Available since MHD_VERSION 0x00097204

Definition at line 2180 of file microhttpd.h.

Field Documentation

◆ iov_base

const void* MHD_IoVec::iov_base

The pointer to the memory region for I/O.

Definition at line 2185 of file microhttpd.h.

Referenced by MHD_create_response_from_iovec(), and send_iov_emu().

◆ iov_len

size_t MHD_IoVec::iov_len

The size in bytes of the memory region for I/O.

Definition at line 2190 of file microhttpd.h.

Referenced by MHD_create_response_from_iovec(), and send_iov_emu().


The documentation for this struct was generated from the following file: