MCPcopy
hub / github.com/gin-gonic/gin / Written

Method Written

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

Written returns true if the response body was already written.

()

Source from the content-addressed store, hash-verified

38
39 // Written returns true if the response body was already written.
40 Written() bool
41
42 // WriteHeaderNow forces to write the http header (status code + headers).
43 WriteHeaderNow()

Implementers 1

responseWriterresponse_writer.go

Calls

no outgoing calls