Skip to content

Releases: andr-ll/reqex

v1.0.3

13 Mar 08:33
94506d3

Choose a tag to compare

[v1.0.3] (13 Mar 2024)

Chores

  1. Update package.json

v1.0.1

16 Sep 13:11
210aa89

Choose a tag to compare

[v1.0.1] (16 Sep 2023)

Patch

  1. reqex should throw an error if validation expects some json, but response has not application/json content type.
  2. small refactor and optimisations.

v1.0.0

15 Sep 13:05
8f4e92d

Choose a tag to compare

[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