Input

An input is simply an HTTP request transformed into your struct.

Your struct must have some tags that describe which data from the request match which fields.

Last updated