You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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]