|
GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>#include "src/core/lib/http/parser.h"#include <stdbool.h>#include <string.h>#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include "src/core/lib/gpr/useful.h"Functions | |
| void | grpc_http_parser_init (grpc_http_parser *parser, grpc_http_type type, void *request_or_response) |
| void | grpc_http_parser_destroy (grpc_http_parser *) |
| void | grpc_http_request_destroy (grpc_http_request *request) |
| void | grpc_http_response_destroy (grpc_http_response *response) |
| grpc_error * | grpc_http_parser_parse (grpc_http_parser *parser, const grpc_slice &slice, size_t *start_of_body) |
| grpc_error * | grpc_http_parser_eof (grpc_http_parser *parser) |
Variables | |
| grpc_core::TraceFlag | grpc_http1_trace (false, "http1") |
| void grpc_http_parser_destroy | ( | grpc_http_parser * | parser | ) |
| grpc_error* grpc_http_parser_eof | ( | grpc_http_parser * | parser | ) |
| void grpc_http_parser_init | ( | grpc_http_parser * | parser, |
| grpc_http_type | type, | ||
| void * | request_or_response | ||
| ) |
| grpc_error* grpc_http_parser_parse | ( | grpc_http_parser * | parser, |
| const grpc_slice & | slice, | ||
| size_t * | start_of_body | ||
| ) |
| void grpc_http_request_destroy | ( | grpc_http_request * | request | ) |
| void grpc_http_response_destroy | ( | grpc_http_response * | response | ) |
| grpc_core::TraceFlag grpc_http1_trace(false, "http1") | ( | false | , |
| "http1" | |||
| ) |