GRPC C++
1.39.1
|
Go to the source code of this file.
Macros | |
#define | GRPC_ARG_HTTP_CONNECT_SERVER "grpc.http_connect_server" |
Channel arg indicating the server in HTTP CONNECT request (string). More... | |
#define | GRPC_ARG_HTTP_CONNECT_HEADERS "grpc.http_connect_headers" |
Channel arg indicating HTTP CONNECT headers (string). More... | |
Functions | |
void | grpc_http_connect_register_handshaker_factory () |
Registers handshaker factory. More... | |
#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.
#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.
void grpc_http_connect_register_handshaker_factory | ( | ) |
Registers handshaker factory.