Skip to content

Tags: davidji99/simpleresty

Tags

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update deps (#22)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
update vendor/

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Lib updates (#18)

* upgrade libs

* test on go 1.17 and 1.18

* update vendor

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Routine lib upgrades (#16)

* upgrade simpleresty/testify

* update ci.yml to test for 1.15/1.16

* update vendor/ dir

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle and support NO_PROXY (#15)

* Refactoring how proxy URL is set:
- Handle NO_PROXY/no_proxy variables if set
- validate that base URL is set
- Add NewWithBaseURL function so users can set base url at the very beginning

* Better handling logic around when and when not to set proxy

* add more tests

* more code comments & README changes

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add support to auto set proxy from env (#14)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose the request body in the Response struct (#7)

* add more code comments & export the RequestBody [#7]

* export Request and the original Response for the Response struct [#7]

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug Fixes (#6)

* actually initialize a new resty.client [#6]

* fix [#6]

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add constant variables representing the http method strings [#5] (#5)

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add Dispatch method for more general HTTP request execution [#4] (#4)