Skip to content

Releases: serviejs/servie-http

Omit Request Default Headers

15 Jun 04:51
Compare
Choose a tag to compare

Fixed

  • Omit default headers in request instance
  • Allow Response | Promise<Response> for App

Servie 4

19 May 20:22
Compare
Choose a tag to compare

Changed

  • Upgrade to Servie 4.x interfaces

Add `--hostname`

15 Dec 20:12
Compare
Choose a tag to compare

Added

  • Allow hostname to be configured when starting application via CLI

Expose CLI

15 Dec 20:11
Compare
Choose a tag to compare

Added

  • Expose the ability to run a Servie application directly from the CLI

Check Body Methods

15 Sep 17:43
Compare
Choose a tag to compare

Changed

  • Check body methods instead of instance

Expose `HttpRequest`

19 May 06:50
Compare
Choose a tag to compare

Added

  • Expose a sub-classed HttpRequest with node.js-specific body defined

Servie 3.x

19 May 06:49
Compare
Choose a tag to compare

Changed

  • Update to latest Servie API

Move to @serviejs org

08 May 21:18
Compare
Choose a tag to compare

Handle Header Casing

21 Apr 01:11
Compare
Choose a tag to compare

Fixed

  • Allow multiple headers with the same case to be used

Sync Response

04 Apr 21:33
Compare
Choose a tag to compare

Changed

  • Allow synchronous Response to be returned