MCPcopy
hub / github.com/urfave/negroni / Written

Method Written

response_writer.go:18–18  ·  view source on GitHub ↗

Written returns whether or not the ResponseWriter has been written.

()

Source from the content-addressed store, hash-verified

16 Status() int
17 // Written returns whether or not the ResponseWriter has been written.
18 Written() bool
19 // Size returns the size of the response body.
20 Size() int
21 // Before allows for a function to be called before the ResponseWriter has been written to. This is

Implementers 1

responseWriterresponse_writer.go

Calls

no outgoing calls