From 25c7989b160ba4211dc451872d0f44f7e7cae314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BChnel?= Date: Fri, 13 Jan 2017 17:41:10 +0100 Subject: [PATCH] Add http-fake-backend to HTTP section (#636) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f997931..c214505 100644 --- a/readme.md +++ b/readme.md @@ -207,6 +207,7 @@ - [superagent](https://github.com/visionmedia/superagent) - A small progressive HTTP request library. - [node-fetch](https://github.com/bitinn/node-fetch) - `window.fetch` for Node.js. - [flashheart](https://github.com/bbc/flashheart) - A fully-featured REST client built for ease of use and resilience. +- [http-fake-backend](https://github.com/micromata/http-fake-backend) - Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes. ### Debugging / Profiling