MCPcopy
hub / github.com/go-chi/chi / Status

Method Status

middleware/wrap_writer.go:52–52  ·  view source on GitHub ↗

Status returns the HTTP status of the request, or 0 if one has not yet been sent.

()

Source from the content-addressed store, hash-verified

50 // Status returns the HTTP status of the request, or 0 if one has not
51 // yet been sent.
52 Status() int
53 // BytesWritten returns the total number of bytes sent to the client.
54 BytesWritten() int
55 // Tee causes the response body to be written to the given io.Writer in

Callers 4

RequestLoggerFunction · 0.95
PresentErrorFunction · 0.65
CreateArticleFunction · 0.65
RenderMethod · 0.65

Implementers 1

basicWritermiddleware/wrap_writer.go

Calls

no outgoing calls

Tested by

no test coverage detected