#include <grpc/support/port_platform.h>
#include <stdint.h>
#include <vector>
#include <grpc/slice.h>
#include "src/core/ext/transport/chttp2/transport/frame.h"
#include "src/core/ext/transport/chttp2/transport/hpack_parser_table.h"
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/transport/metadata_batch.h"
Go to the source code of this file.
Classes | |
class | grpc_core::HPackParser |
struct | grpc_core::HPackParser::LogInfo |
Namespaces | |
grpc_core | |
Functions | |
grpc_error_handle | grpc_chttp2_header_parser_parse (void *hpack_parser, grpc_chttp2_transport *t, grpc_chttp2_stream *s, const grpc_slice &slice, int is_last) |
grpc_error_handle grpc_chttp2_header_parser_parse | ( | void * | hpack_parser, |
grpc_chttp2_transport * | t, | ||
grpc_chttp2_stream * | s, | ||
const grpc_slice & | slice, | ||
int | is_last | ||
) |
Definition at line 1353 of file hpack_parser.cc.