Skip to content

Releases: inhabitedtype/ocaml-webmachine

v0.3.0

08 Dec 03:05
Compare
Choose a tag to compare
  • Remove unused auth_required handler from resource class (#30)
  • Add Rd.redirect operation to distinguish redirections and POST/PUT responses with Location headers. (#32, #34)
  • Only require an io type in S instead of the full IO 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)

v0.2.3

19 Nov 20:42
Compare
Choose a tag to compare
  • Changes for the latest version of the dispatch library

v0.2.2

19 Nov 20:18
Compare
Choose a tag to compare
  • Include Allow header when returning a 405. (#27)
  • Include Allow header in default OPTIONS response. (#28)
  • Fix bug involving overeager resource construction. (#29)

v0.2.1

21 Oct 15:40
Compare
Choose a tag to compare

v0.2.0

14 Oct 20:37
Compare
Choose a tag to compare
  • Use dispatch package to implement request dispatching (#25)

v0.1.1

07 Oct 03:17
Compare
Choose a tag to compare
  • Fix bug when determining response code based on presence of body (#23)

v0.1.0

05 Aug 20:00
Compare
Choose a tag to compare

Initial release.