This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
Releases: concept-not-found/fake-express-http
Releases · concept-not-found/fake-express-http
1.1.0
1.0.0
Refactored to use function factory instead of classes
0.1.2
fixed bug where error is lost when sent to next
0.1.1
fixed main js
0.1.0
initial release. only partially supports http request/response. full coverage to come in the future.
currently supports:
- request.body
- request.is
- request.method
- request.params
- request.url
- response.end
- response.json
- response.send
- response.sendStatus
- response.status