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

Method HttpServer

context.go:217–219  ·  view source on GitHub ↗

HttpServer return HttpServer

()

Source from the content-addressed store, hash-verified

215
216// HttpServer return HttpServer
217func (ctx *HttpContext) HttpServer() *HttpServer {
218 return ctx.httpServer
219}
220
221func (ctx *HttpContext) Response() *Response {
222 return ctx.response

Callers 3

ConfigSetMethod · 0.95
DestorySessionMethod · 0.95
FileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected