Everything you need to communicate.
HTTP version used in request
A cookie. Use Cookie("key", "value") to create a cookie. You can chain methods.
A response to user. Default content-type is "text/html".
A request from user. Do not store ref to this struct anywhere.
See Source File
Everything you need to communicate.