GRPC C++  1.26.0
Data Fields
grpc_http_parser Struct Reference

#include <parser.h>

Data Fields

grpc_http_parser_state state
 
grpc_http_type type
 
union {
   grpc_http_response *   response
 
   grpc_http_request *   request
 
   void *   request_or_response
 
http
 
size_t body_capacity
 
size_t hdr_capacity
 
uint8_t cur_line [4096]
 
size_t cur_line_length
 
size_t cur_line_end_length
 

Field Documentation

◆ body_capacity

size_t grpc_http_parser::body_capacity

◆ cur_line

uint8_t grpc_http_parser::cur_line[4096]

◆ cur_line_end_length

size_t grpc_http_parser::cur_line_end_length

◆ cur_line_length

size_t grpc_http_parser::cur_line_length

◆ hdr_capacity

size_t grpc_http_parser::hdr_capacity

◆ 

union { ... } grpc_http_parser::http

◆ request

grpc_http_request* grpc_http_parser::request

◆ request_or_response

void* grpc_http_parser::request_or_response

◆ response

grpc_http_response* grpc_http_parser::response

◆ state

grpc_http_parser_state grpc_http_parser::state

◆ type

grpc_http_type grpc_http_parser::type

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