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

#include <picohttpparser.h>

Data Fields

const char * name
 
size_t name_len
 
const char * value
 
size_t value_len
 

Field Documentation

◆ name

const char* phr_header::name

◆ name_len

size_t phr_header::name_len

◆ value

const char* phr_header::value

◆ value_len

size_t phr_header::value_len

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