Documentation ¶
Index ¶
- Constants
- func AddCaller(header http.Header, ref *schema.Ref)
- func GetCaller(header http.Header) (optional.Option[*schema.Ref], error)
- func GetCallers(header http.Header) ([]*schema.Ref, error)
- func GetRequestName(header http.Header) (model.RequestName, bool, error)
- func IsDirectRouted(header http.Header) bool
- func SetCallers(header http.Header, refs []*schema.Ref)
- func SetDirectRouted(header http.Header)
- func SetRequestName(header http.Header, key model.RequestName)
Constants ¶
View Source
const ( DirectRoutingHeader = "FTL-Direct" // VerbHeader is the header used to pass the module.verb of the current request. // // One header will be present for each hop in the request path. VerbHeader = "FTL-Verb" // RequestIDHeader is the header used to pass the inbound request ID. RequestIDHeader = "FTL-Request-ID" )
Headers used by the internal RPC system.
Variables ¶
This section is empty.
Functions ¶
func GetCaller ¶
GetCaller returns the module.verb of the caller, if any.
Will return an error if the header is malformed.
func GetCallers ¶
GetCallers history from an incoming request.
func GetRequestName ¶
GetRequestName from an incoming request.
Will return ("", false, nil) if no request key is present.
func IsDirectRouted ¶
func SetDirectRouted ¶
func SetRequestName ¶
func SetRequestName(header http.Header, key model.RequestName)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.