Skip to content

Releases: lag13/httpparse

Change JSON interface

24 Oct 18:32
Compare
Choose a tag to compare
Add license (#3)

Also updated unit tests to use t.Run() and updated some documentation.

Initial release

13 Oct 03:44
Compare
Choose a tag to compare
Remove request error from function call (#2)

I thought not forcing users to pass in the error resulting from making a
http request made the functions more clear. I could also see people
wanting to take different actions depending on if the request itself
faild (like retrying) vs the response not being what we expected.