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

Method Status

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

Status returns the HTTP response status code of the current request.

()

Source from the content-addressed store, hash-verified

28
29 // Status returns the HTTP response status code of the current request.
30 Status() int
31
32 // Size returns the number of bytes already written into the response http body.
33 // See Written()

Implementers 1

responseWriterresponse_writer.go

Calls

no outgoing calls