CHANGES:
Added
- New
Auth
module to work withAuthorization
header (#238) - New
basic_auth
middleware to protect handlers with aBasic
authentication method (#238) - New
Response.of_file
API for conveniently creating a response of a file (#244) - Add a package
opium-graphql
to easily create GraphQL server with Opium (#235) - Add a function
App.run_multicore
that uses pre-forking and spawns multiple processes that will handle incoming requests (#239)
Fixed
- Fix reading cookie values when multiple cookies are present in
Cookie
header (#246)