Releases: serviejs/servie-http
Releases · serviejs/servie-http
Omit Request Default Headers
Fixed
- Omit default headers in request instance
- Allow
Response | Promise<Response>
forApp
Servie 4
Changed
- Upgrade to Servie 4.x interfaces
Add `--hostname`
Added
- Allow
hostname
to be configured when starting application via CLI
Expose CLI
Added
- Expose the ability to run a Servie application directly from the CLI
Check Body Methods
Changed
- Check body methods instead of instance
Expose `HttpRequest`
Added
- Expose a sub-classed
HttpRequest
with node.js-specific body defined
Servie 3.x
Changed
- Update to latest Servie API
Move to @serviejs org
Move to @serviejs org
Handle Header Casing
Fixed
- Allow multiple headers with the same case to be used
Sync Response
Changed
- Allow synchronous
Response
to be returned