Skip to content

Releases: mauserzjeh/pingo

v2.2.0

16 Mar 21:17
Compare
Choose a tag to compare
  • Added async request support via DoAsync and DoAsyncCtx
  • Results are returned on a AsyncResponse channel
  • Processing the result is the same as when initiating a regular request with Do or DoCtx

v2.1.0

15 Mar 19:39
Compare
Choose a tag to compare

Return ResponseError from calling IsError on a Response

v2.0.0

15 Mar 17:13
Compare
Choose a tag to compare

Completely rewritten the library to have a more convenient API and more features

v1.1.0

08 May 12:51
Compare
Choose a tag to compare

Response handling via custom handler function

v1.0.0

23 Apr 15:37
Compare
Choose a tag to compare

First release