Skip to content

Releases: nguyendv/httpclient

Release version v0.2.2

02 Aug 00:50
Compare
Choose a tag to compare
Change the default service from 'http' to '80'

I encountered a bug in Android NDK that show 'servname not supported for ai_socktype' when I set the servname to be 'http'

Release version 0.2.1

25 Jul 00:09
Compare
Choose a tag to compare
v0.2.1

[continued] Show more info in exception messages. close #7

Release version v0.2.0

24 Jul 01:57
Compare
Choose a tag to compare
Implement the first version of the http::Response class

Release version v0.1.1

23 Jul 23:06
Compare
Choose a tag to compare
Forget to commit

Release version v0.1.0

22 Jul 16:41
Compare
Choose a tag to compare
Provide the first test case. Close #2