New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

http4js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http4js

A lightweight HTTP toolkit


Version published
Maintainers
1
Created

Http4js

A port of http4k: a lightweight toolkit to allow in memory functional testing and to simplify working with HTTP.

To run:

tsc index.ts --target es5; node index.js

To test:
npm install --save
npm test

In order to run tests in idea/webstorm, you may need to:

npm install @types/mocha --save-dev
npm install ts-node      --save-dev
npm install typescript   --save-dev 
To do
  • daves advice
  • extract form data
  • other client verbs
  • write docs

FAQs

Package last updated on 24 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts