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

Method Response

context.go:221–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219}
220
221func (ctx *HttpContext) Response() *Response {
222 return ctx.response
223}
224
225func (ctx *HttpContext) Request() *Request {
226 return ctx.request

Callers 2

FileMethod · 0.95
contentDispositionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected