libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
Loading...
Searching...
No Matches
fetch_headers_iterator_t Struct Reference

Iterator for traversing headers. More...

#include <fetch.h>

Data Fields

const fetch_headers_theaders
 
size_t index
 

Detailed Description

Iterator for traversing headers.

Field Documentation

◆ headers

const fetch_headers_t* fetch_headers_iterator_t::headers

Headers being iterated

◆ index

size_t fetch_headers_iterator_t::index

Current iteration index


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