#include <parser.h>
Public Attributes | |
char * | body = nullptr |
size_t | body_length = 0 |
size_t | chunk_length = 0 |
grpc_http_parser_chunked_state | chunked_state = GRPC_HTTP_CHUNKED_PLAIN |
size_t | hdr_count = 0 |
grpc_http_header * | hdrs = nullptr |
int | status = 0 |
Definition at line 85 of file src/core/lib/http/parser.h.
char* grpc_http_response::body = nullptr |
Definition at line 96 of file src/core/lib/http/parser.h.
size_t grpc_http_response::body_length = 0 |
Definition at line 92 of file src/core/lib/http/parser.h.
size_t grpc_http_response::chunk_length = 0 |
Definition at line 95 of file src/core/lib/http/parser.h.
grpc_http_parser_chunked_state grpc_http_response::chunked_state = GRPC_HTTP_CHUNKED_PLAIN |
Definition at line 94 of file src/core/lib/http/parser.h.
size_t grpc_http_response::hdr_count = 0 |
Definition at line 89 of file src/core/lib/http/parser.h.
grpc_http_header* grpc_http_response::hdrs = nullptr |
Definition at line 90 of file src/core/lib/http/parser.h.
int grpc_http_response::status = 0 |
Definition at line 87 of file src/core/lib/http/parser.h.