Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 687 Bytes

History.md

File metadata and controls

32 lines (29 loc) · 687 Bytes

0.4.0 / 2017-09-26

  • Major refactor for simpler APIs
  • Lookup typeclass and !! operator
  • Support for inspecting and routing on path segments
  • Support for inspecting and routing on query parameters

0.3.0 / 2017-08-01

  • Support HTTPS servers

0.2.0 / 2017-07-20

  • Support all HTTP response statuses
  • Support all HTTP request methods
    • Added in v0.1.0
      • Get
      • Post
      • Put
      • Delete
    • New
      • Head
      • Connect
      • Options
      • Trace
      • Patch

0.1.0 / 2017-07-17

  • Support OK response
  • Support Get, Post, Put, and Delete HTTP methods
  • Support sending and reading headers and body