GRPC Core  18.0.0
Macros | Functions
http_connect_handshaker.h File Reference

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...
 

Macro Definition Documentation

◆ GRPC_ARG_HTTP_CONNECT_HEADERS

#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.

◆ GRPC_ARG_HTTP_CONNECT_SERVER

#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.

Function Documentation

◆ grpc_http_connect_register_handshaker_factory()

void grpc_http_connect_register_handshaker_factory ( )

Registers handshaker factory.