I’m pleased to announce a new version of Opium web framework (0.20.0) is available on Opam.
Here’s the changelog:
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)
Happy hacking 