Constants
- AUTH_HEADER string "authorization"
- AUTH_SCHEME_BASIC string "Basic"
- AUTH_SCHEME_BEARER string "Bearer"
- COMPRESSION_ALWAYS string "ALWAYS"
- COMPRESSION_AUTO string "AUTO"
- COMPRESSION_NEVER string "NEVER"
- DEALINE_HEADER string "deadline"
- PERMISSION_DENIED_ERROR_MSG string "Permission denied"
- UNAUTHENTICATED_ERROR_MSG string "Unauthenticated"
Represents the Authorization header name.
The prefix used to denote the Basic authentication scheme.
The prefix used to denote the Bearer authentication scheme.
Always set accept-encoding/content-encoding in outbound request/response.
When service behaves as a HTTP gateway inbound request/response accept-encoding option is set as the outbound request/response accept-encoding/content-encoding option.
Never set accept-encoding/content-encoding header in outbound request/response.
Represents the deadline header name.
The permission denied error message.
The permission denied error message.