Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Releases: concept-not-found/fake-express-http

1.1.0

30 May 19:02
Compare
Choose a tag to compare

implemented response.redirect

1.0.0

30 May 17:48
Compare
Choose a tag to compare

Refactored to use function factory instead of classes

0.1.2

31 Jan 10:01
Compare
Choose a tag to compare

fixed bug where error is lost when sent to next

0.1.1

28 Oct 01:10
Compare
Choose a tag to compare

fixed main js

0.1.0

28 Oct 01:01
Compare
Choose a tag to compare

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