CHANGES:
Added
- New
Authmodule to work withAuthorizationheader (#238) - New
basic_authmiddleware to protect handlers with aBasicauthentication method (#238) - New
Response.of_fileAPI for conveniently creating a response of a file (#244) - Add a package
opium-graphqlto easily create GraphQL server with Opium (#235) - Add a function
App.run_multicorethat uses pre-forking and spawns multiple processes that will handle incoming requests (#239)
Fixed
- Fix reading cookie values when multiple cookies are present in
Cookieheader (#246)