#include <parser.h>
Public Attributes | |
size_t | body_capacity |
uint8_t | cur_line [GRPC_HTTP_PARSER_MAX_HEADER_LENGTH] |
size_t | cur_line_end_length |
size_t | cur_line_length |
size_t | hdr_capacity |
union { | |
grpc_http_request * request | |
void * request_or_response | |
grpc_http_response * response | |
} | http |
grpc_http_parser_state | state |
grpc_http_type | type |
Definition at line 99 of file src/core/lib/http/parser.h.
size_t grpc_http_parser::body_capacity |
Definition at line 108 of file src/core/lib/http/parser.h.
uint8_t grpc_http_parser::cur_line[GRPC_HTTP_PARSER_MAX_HEADER_LENGTH] |
Definition at line 111 of file src/core/lib/http/parser.h.
size_t grpc_http_parser::cur_line_end_length |
Definition at line 113 of file src/core/lib/http/parser.h.
size_t grpc_http_parser::cur_line_length |
Definition at line 112 of file src/core/lib/http/parser.h.
size_t grpc_http_parser::hdr_capacity |
Definition at line 109 of file src/core/lib/http/parser.h.
union { ... } grpc_http_parser::http |
grpc_http_request* grpc_http_parser::request |
Definition at line 105 of file src/core/lib/http/parser.h.
void* grpc_http_parser::request_or_response |
Definition at line 106 of file src/core/lib/http/parser.h.
grpc_http_response* grpc_http_parser::response |
Definition at line 104 of file src/core/lib/http/parser.h.
grpc_http_parser_state grpc_http_parser::state |
Definition at line 100 of file src/core/lib/http/parser.h.
grpc_http_type grpc_http_parser::type |
Definition at line 101 of file src/core/lib/http/parser.h.