GRPC C++  1.39.1
Functions
bin_encoder.h File Reference
#include <grpc/support/port_platform.h>
#include <grpc/slice.h>

Go to the source code of this file.

Functions

grpc_slice grpc_chttp2_base64_encode (const grpc_slice &input)
 
grpc_slice grpc_chttp2_huffman_compress (const grpc_slice &input)
 
grpc_slice grpc_chttp2_base64_encode_and_huffman_compress (const grpc_slice &input)
 

Function Documentation

◆ grpc_chttp2_base64_encode()

grpc_slice grpc_chttp2_base64_encode ( const grpc_slice input)

◆ grpc_chttp2_base64_encode_and_huffman_compress()

grpc_slice grpc_chttp2_base64_encode_and_huffman_compress ( const grpc_slice input)

◆ grpc_chttp2_huffman_compress()

grpc_slice grpc_chttp2_huffman_compress ( const grpc_slice input)