Releases: inhabitedtype/ocaml-webmachine
Releases · inhabitedtype/ocaml-webmachine
v0.3.0
- Remove unused
auth_required
handler fromresource
class (#30) - Add
Rd.redirect
operation to distinguish redirections andPOST
/PUT
responses withLocation
headers. (#32, #34) - Only require an
io
type inS
instead of the fullIO
module (#35) respond
does not clear response body if?body
is not provided (#36)- Add crud example contributed by @slegrand45 (#37, #43)
is_authorized
supports Basic authentication and redirection to auth page (#31, #44)- Automatically include standard variances in
Vary
header (#45)