#include <parser.h>
Public Attributes | |
| char * | body |
| size_t | body_length |
| size_t | hdr_count |
| grpc_http_header * | hdrs |
| char * | method |
| char * | path |
| grpc_http_version | version |
Definition at line 69 of file src/core/lib/http/parser.h.
| char* grpc_http_request::body |
Definition at line 81 of file src/core/lib/http/parser.h.
| size_t grpc_http_request::body_length |
Definition at line 80 of file src/core/lib/http/parser.h.
| size_t grpc_http_request::hdr_count |
Definition at line 77 of file src/core/lib/http/parser.h.
| grpc_http_header* grpc_http_request::hdrs |
Definition at line 78 of file src/core/lib/http/parser.h.
| char* grpc_http_request::method |
Definition at line 71 of file src/core/lib/http/parser.h.
| char* grpc_http_request::path |
Definition at line 73 of file src/core/lib/http/parser.h.
| grpc_http_version grpc_http_request::version |
Definition at line 75 of file src/core/lib/http/parser.h.