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

Method Request

context.go:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223}
224
225func (ctx *HttpContext) Request() *Request {
226 return ctx.request
227}
228
229func (ctx *HttpContext) RouterNode() RouterNode {
230 return ctx.routerNode

Callers 3

SetTimeoutContextMethod · 0.95
WithContextMethod · 0.95
FileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected