GRPC Core  0.11.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
bin_encoder.h File Reference
#include <grpc/support/slice.h>

Go to the source code of this file.

Functions

gpr_slice grpc_chttp2_base64_encode (gpr_slice input)
 
gpr_slice grpc_chttp2_huffman_compress (gpr_slice input)
 
gpr_slice grpc_chttp2_base64_encode_and_huffman_compress (gpr_slice input)
 
int grpc_is_binary_header (const char *key, size_t length)
 

Function Documentation

gpr_slice grpc_chttp2_base64_encode ( gpr_slice  input)
gpr_slice grpc_chttp2_base64_encode_and_huffman_compress ( gpr_slice  input)
gpr_slice grpc_chttp2_huffman_compress ( gpr_slice  input)
int grpc_is_binary_header ( const char *  key,
size_t  length 
)