Soxa Versions Save

Promise based HTTP client for the deno

1.4

3 years ago

Fix according to Deno 1.4

v1.3

3 years ago

Publish to deno.land

v1.2

3 years ago

Remove console.log Publish to deno land.

v1.1

3 years ago
  • Add types for config parameter.
  • Compatibility with Deno 1.1
  • Add support for nest.land (eggs)

v1.0

4 years ago

Compatibility with Deno 1.x

v0.3

4 years ago
  • Fix the Catch in "then" promise
  • Update readme file.

v0.2

4 years ago

Remove all JavaScripts files (Only type script)

v0.1

4 years ago
  • Fix path when adding params to config
  • Add Authorization Basic (auth: {username, password})