Releases: davidji99/simpleresty
Releases · davidji99/simpleresty
v0.3.0
Improvements
- Upgrade
go-resty
to v2.6.0
(#16)
v0.2.3
Improvements
- Refactoring proxy code to support scenarios where
NO_PROXY
or no_proxy
variable is set in the environment (#15)
v0.2.2
Features
- Add support to automatically set proxy URLs from the environment (#14)
- Add basic OAuth functions (#12)
Improvements
- Fix and add more sample code (#10)
v0.2.1
Improvements
- Add additional fields to the
Response
struct: Resp
, RequestBody
. Remove RawHTTP
field as it can be accessed via Response.Resp.RawResponse
.
v0.2.0
Bug Fixes
- Properly initialize a new instance of the
Client
(#6)
Please use do not use any previous versions.
v0.1.2
Improvements
- Add constant variables representing HTTP method strings (#5).
v0.1.1
Improvements
- Add additional method
Dispatch
for generic HTTP request execution. Expos more fields of the Response
struct (#4)