- What I did
This PR addresses issue #13, also referenced here.
- How I did it
The changes include two optional arguments to the Client#build_request method, with the same default value as the ones in the Net:HTTP library. No existing code will be broken as they are optional arguments.
-Testing
The PR also includes tests for these new parameters.
- What I did This PR addresses issue #13, also referenced here.
- How I did it The changes include two optional arguments to the Client#build_request method, with the same default value as the ones in the Net:HTTP library. No existing code will be broken as they are optional arguments.
-Testing The PR also includes tests for these new parameters.