purescript-httpurple/History.md
2017-07-20 22:50:49 -07:00

22 lines
403 B
Markdown

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