#include <grpc/support/port_platform.h>
#include "src/core/lib/http/parser.h"
#include <string.h>
#include <algorithm>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
Go to the source code of this file.
Variables | |
grpc_core::TraceFlag | grpc_http1_trace (false, "http1") |
|
static |
Definition at line 174 of file src/core/lib/http/parser.cc.
|
static |
Definition at line 383 of file src/core/lib/http/parser.cc.
|
static |
Definition at line 281 of file src/core/lib/http/parser.cc.
|
static |
Definition at line 32 of file src/core/lib/http/parser.cc.
|
static |
Definition at line 359 of file src/core/lib/http/parser.cc.
|
static |
Definition at line 245 of file src/core/lib/http/parser.cc.
void grpc_http_parser_destroy | ( | grpc_http_parser * | ) |
Definition at line 420 of file src/core/lib/http/parser.cc.
grpc_error_handle grpc_http_parser_eof | ( | grpc_http_parser * | parser | ) |
Definition at line 457 of file src/core/lib/http/parser.cc.
void grpc_http_parser_init | ( | grpc_http_parser * | parser, |
grpc_http_type | type, | ||
void * | request_or_response | ||
) |
Definition at line 411 of file src/core/lib/http/parser.cc.
grpc_error_handle grpc_http_parser_parse | ( | grpc_http_parser * | parser, |
const grpc_slice & | slice, | ||
size_t * | start_of_body | ||
) |
Definition at line 444 of file src/core/lib/http/parser.cc.
void grpc_http_request_destroy | ( | grpc_http_request * | request | ) |
Definition at line 422 of file src/core/lib/http/parser.cc.
void grpc_http_response_destroy | ( | grpc_http_response * | response | ) |
Definition at line 434 of file src/core/lib/http/parser.cc.
|
static |
Definition at line 163 of file src/core/lib/http/parser.cc.
|
static |
Definition at line 92 of file src/core/lib/http/parser.cc.
|
static |
Definition at line 39 of file src/core/lib/http/parser.cc.
grpc_core::TraceFlag grpc_http1_trace(false, "http1") |