WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::net::http_parser Struct Reference

#include <wpi/net/http_parser.hpp>

Public Attributes

unsigned int type: 2
 PRIVATE.
unsigned int flags: 8
unsigned int state: 7
unsigned int header_state: 7
unsigned int index: 7
unsigned int lenient_http_headers: 1
uint32_t nread
uint64_t content_length
unsigned short http_major
 READ-ONLY.
unsigned short http_minor
unsigned int status_code: 16
unsigned int method: 8
unsigned int http_errno: 7
unsigned int upgrade: 1
void * data
 PUBLIC.

Member Data Documentation

◆ content_length

uint64_t wpi::net::http_parser::content_length

◆ data

void* wpi::net::http_parser::data

PUBLIC.

◆ flags

unsigned int wpi::net::http_parser::flags

◆ header_state

unsigned int wpi::net::http_parser::header_state

◆ http_errno

unsigned int wpi::net::http_parser::http_errno

◆ http_major

unsigned short wpi::net::http_parser::http_major

READ-ONLY.

◆ http_minor

unsigned short wpi::net::http_parser::http_minor

◆ index

unsigned int wpi::net::http_parser::index

◆ lenient_http_headers

unsigned int wpi::net::http_parser::lenient_http_headers

◆ method

unsigned int wpi::net::http_parser::method

◆ nread

uint32_t wpi::net::http_parser::nread

◆ state

unsigned int wpi::net::http_parser::state

◆ status_code

unsigned int wpi::net::http_parser::status_code

◆ type

unsigned int wpi::net::http_parser::type

PRIVATE.

◆ upgrade

unsigned int wpi::net::http_parser::upgrade

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