We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
45e4d7a
Add a reflectionless fast path for common signature func(context.Context, *http.Request) HttpResponse
func(context.Context, *http.Request) HttpResponse
891397a
Support for parameters named MyMethodJSON which lets convreq parse the request body as JSON.
a20fd9b
Replace RespondJSON with JSON. The call respond.JSON() is clear enough.
Leave a forwarding function for backwards compatibility.
aac8046
Add more respond methods: HTTP 424, RespondJSON
respond
Fix NoContent to actually return no content.
ce53203
Improvements in the respond package.
04490c0
Add respond.Bytes()
9b0fb7e
Add respond.Printf()