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_stream_chunk_t Struct Reference

#include <stream.h>

Data Fields

void * value
 
size_t size
 
bool done
 

Field Documentation

◆ done

bool fetch_stream_chunk_t::done

◆ size

size_t fetch_stream_chunk_t::size

◆ value

void* fetch_stream_chunk_t::value

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