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

Method StatusCode

cache/entry/response.go:42–44  ·  view source on GitHub ↗

StatusCode returns a valid status code.

()

Source from the content-addressed store, hash-verified

40
41// StatusCode returns a valid status code.
42func (r *Response) StatusCode() int {
43 return r.statusCode
44}
45
46// ContentType returns a valid content type
47// func (r *Response) ContentType() string {

Callers 1

ServeHTTPMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected