Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::protocols::grpc::trailer_names Namespace Reference

gRPC trailing header names More...

Variables

constexpr const char * grpc_status = "grpc-status"
 
constexpr const char * grpc_message = "grpc-message"
 
constexpr const char * grpc_status_details = "grpc-status-details-bin"
 

Detailed Description

gRPC trailing header names

Variable Documentation

◆ grpc_message

const char* kcenon::network::protocols::grpc::trailer_names::grpc_message = "grpc-message"
constexpr

◆ grpc_status

const char* kcenon::network::protocols::grpc::trailer_names::grpc_status = "grpc-status"
constexpr

◆ grpc_status_details

const char* kcenon::network::protocols::grpc::trailer_names::grpc_status_details = "grpc-status-details-bin"
constexpr

Definition at line 123 of file frame.h.