Context

The Ctx struct represents the Context that contains the HTTP request and response. It has methods for the request query string, parameters, body, HTTP headers and so on.

Some interesting methods:

A complete list of all the methods this struct implements can be found by clicking here.

context.go