19 #ifndef GRPC_CORE_LIB_SLICE_PERCENT_ENCODING_H 20 #define GRPC_CORE_LIB_SLICE_PERCENT_ENCODING_H 50 const uint8_t* unreserved_bytes);
58 const uint8_t* unreserved_bytes,
const uint8_t grpc_compatible_percent_encoding_unreserved_bytes[256/8]
grpc_slice grpc_permissive_percent_decode_slice(const grpc_slice &slice_in)
A grpc_slice s, if initialized, represents the byte range s.bytes[0..s.length-1]. ...
Definition: slice.h:60
const uint8_t grpc_url_percent_encoding_unreserved_bytes[256/8]
bool grpc_strict_percent_decode_slice(const grpc_slice &slice_in, const uint8_t *unreserved_bytes, grpc_slice *slice_out)
grpc_slice grpc_percent_encode_slice(const grpc_slice &slice, const uint8_t *unreserved_bytes)