Go to the source code of this file.
Namespaces | |
grpc_core | |
Macros | |
#define | GRPC_ARG_HTTP_CONNECT_HEADERS "grpc.http_connect_headers" |
#define | GRPC_ARG_HTTP_CONNECT_SERVER "grpc.http_connect_server" |
Functions | |
void | grpc_core::RegisterHttpConnectHandshaker (CoreConfiguration::Builder *builder) |
#define GRPC_ARG_HTTP_CONNECT_HEADERS "grpc.http_connect_headers" |
Channel arg indicating HTTP CONNECT headers (string). Multiple headers are separated by newlines. Key/value pairs are separated by colons.
Definition at line 33 of file http_connect_handshaker.h.
#define GRPC_ARG_HTTP_CONNECT_SERVER "grpc.http_connect_server" |
Channel arg indicating the server in HTTP CONNECT request (string). The presence of this arg triggers the use of HTTP CONNECT.
Definition at line 28 of file http_connect_handshaker.h.