#include <grpc/support/port_platform.h>
#include "src/core/ext/transport/chttp2/transport/hpack_encoder.h"
#include <algorithm>
#include <cstdint>
#include <memory>
#include "absl/utility/utility.h"
#include <grpc/slice.h>
#include <grpc/slice_buffer.h>
#include <grpc/support/log.h>
#include "src/core/ext/transport/chttp2/transport/bin_encoder.h"
#include "src/core/ext/transport/chttp2/transport/frame.h"
#include "src/core/ext/transport/chttp2/transport/hpack_constants.h"
#include "src/core/ext/transport/chttp2/transport/hpack_encoder_table.h"
#include "src/core/ext/transport/chttp2/transport/varint.h"
#include "src/core/lib/debug/stats.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/surface/validate_metadata.h"
#include "src/core/lib/transport/timeout_encoding.h"
Go to the source code of this file.
Classes | |
class | grpc_core::BinaryStringValue |
struct | grpc_core::DefinitelyInterned |
class | grpc_core::NonBinaryStringValue |
class | grpc_core::StringKey |
struct | grpc_core::UnsureIfInterned |
struct | grpc_core::WireValue |
Namespaces | |
grpc_core | |
Functions | |
static void | grpc_core::FillHeader (uint8_t *p, uint8_t type, uint32_t id, size_t len, uint8_t flags) |
static WireValue | grpc_core::GetWireValue (Slice value, bool true_binary_enabled, bool is_bin_hdr) |