Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Protocol ¶
type Protocol string
Protocol is a communications protocol.
const ( // GRPCProtocol is the gRPC communication protocol. GRPCProtocol Protocol = "grpc" // GRPCSProtocol is the gRPC communication protocol with TLS (without validating certificates). GRPCSProtocol Protocol = "grpcs" // HTTPProtocol is the HTTP communication protocol. HTTPProtocol Protocol = "http" // HTTPSProtocol is the HTTPS communication protocol with TLS (without validating certificates). HTTPSProtocol Protocol = "https" // H2CProtocol is the HTTP/2 Cleartext communication protocol (HTTP/2 without TLS). H2CProtocol Protocol = "h2c" )
Click to show internal directories.
Click to hide internal directories.