Releases: rohanraj7316/httpclient
Releases · rohanraj7316/httpclient
fix: there was an issue with logging
fix: there was an issue with logging
req and res readers are becoming
empty due to the use of readAll
so, created a copy of it and
used it otherwise.
test: add test case
test cases for testing post
request and response & empty
response and request logging
feat: update logging & fix: multiple reads from buffer
fix: multiple reads from buffer
due to multiple reads from buffer
after the first read buffer will
be empty.
fix: update logging
update logging response type to interface
it's done because it was unable to log
responses whose type was array.
docs: updated docs & test: add request and flag testcases
v0.0.2 test: add http testcase
Init httpclient
The below release consists of the following features:
- has request and response body logging inbuild.
- also using request-id tagging when adding the log.