Releases: andr-ll/reqex
Releases · andr-ll/reqex
v1.0.3
v1.0.1
v1.0.0
[v1.0.0] (15 Sep 2023)
reqex
A simple http(s) client which allows to perform GET, POST, PUT and DELETE requests.
Also response will contain parsed JSON and could return it with a type if validate method is used.
Implemented for convenience with types, and ability to chain request methods. Also supports pipe method for streaming response to writable/duplex stream.
See more at README.md