Skip to content

Releases: rohanraj7316/httpclient

fix: there was an issue with logging

30 May 08:26
Compare
Choose a tag to compare

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

23 May 12:12
Compare
Choose a tag to compare

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

11 Mar 06:35
Compare
Choose a tag to compare

Init httpclient

08 Mar 02:10
Compare
Choose a tag to compare

The below release consists of the following features:

  • has request and response body logging inbuild.
  • also using request-id tagging when adding the log.