MCPcopy Create free account
hub / github.com/kataras/iris / ServeHTTP

Method ServeHTTP

context/application.go:68–68  ·  view source on GitHub ↗

ServeHTTP is the main router handler which calls the .Serve and acquires a new context from the pool. It is ready to use after Build state.

(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

66 //
67 // It is ready to use after Build state.
68 ServeHTTP(w http.ResponseWriter, r *http.Request)
69
70 // Shutdown gracefully terminates all the application's server hosts and any tunnels.
71 // Returns an error on the first failure, otherwise nil.

Callers 10

mainFunction · 0.65
StandardWrapperFunction · 0.65
newAppFunction · 0.65
NewFunction · 0.65
NewFunction · 0.65
ApplyMethod · 0.65
TestFromStdWithNextFunction · 0.65
FromStdFunction · 0.65
SwitchFunction · 0.65
RoundTripMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestFromStdWithNextFunction · 0.52