odin-http
odin-http copied to clipboard
Handlers should take one argument with the request and response inside it
This allows the user to easily put this in a user_data argument or on the context, which would be harder if it were 2 separate arguments.