Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 375 Bytes

GoDoc

API router

Returning errors

When returning an error, it is good practice to use the Error object.

User

Setting up a request hook that will check the authorization header and call Context.SetUser allows passing an object to other methods.