MCPcopy Create free account
hub / github.com/devfeel/dotweb / RequestID

Method RequestID

request.go:54–56  ·  view source on GitHub ↗

RequestID get unique ID with current request must HttpServer.SetEnabledRequestID(true) default is empty string

()

Source from the content-addressed store, hash-verified

52// must HttpServer.SetEnabledRequestID(true)
53// default is empty string
54func (req *Request) RequestID() string {
55 return req.requestID
56}
57
58// QueryStrings parses RawQuery and returns the corresponding values.
59func (req *Request) QueryStrings() url.Values {

Callers 2

SetTimeoutContextMethod · 0.80
WithContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected