Skip to content

Releases: Coreoz/simple-http-rest-client

2.1.0

12 Feb 15:54
Compare
Choose a tag to compare

Changelog

  • Fix return type when a Promise is returned inside an HttpPromise, e.g.: HttpPromise<Promise<...>>
  • Add HttpPromiseMonitor to make monitors inside HttpFetchClient

2.0.0

11 Oct 11:29
Compare
Choose a tag to compare

Changelog

Upgrade to simple-http-request-builder 2.0.0.

This release adds the ability to change the host name of a request with the new method: HttpRequest.hostname(hostname: string)

Upgrade instructions

See simple-http-request-builder upgrade instructions for version 2.0.0