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

#include <microhttpd.h>

Data Fields

const voidiov_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 2449 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 2454 of file microhttpd.h.

Referenced by MHD_create_response_from_iovec().

◆ iov_len

size_t MHD_IoVec::iov_len

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

Definition at line 2459 of file microhttpd.h.

Referenced by MHD_create_response_from_iovec().


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