From fdfbd89e6d22d5ab0fc0108575a5704ec4c3e195 Mon Sep 17 00:00:00 2001 From: kiritymahanty Date: Tue, 22 Aug 2017 13:03:12 +0530 Subject: [PATCH] Added prudle - which allows to mock HTTP responses --- Projects.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Projects.md b/Projects.md index 815451e..d414db8 100644 --- a/Projects.md +++ b/Projects.md @@ -624,6 +624,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [Martian](https://github.com/google/martian) - HTTP proxy designed for use in E2E testing. * [nvm-windows](https://github.com/coreybutler/nvm-windows) - Node.js version manager for Windows * [prettybenchcmp](https://github.com/im7mortal/prettybenchcmp) - Store and compare benchmarks history locally. + * [prudle](https://github.com/kiritym/prudle) - A simple application which allows to mock custom HTTP responses. * [rerun](https://github.com/skelterjohn/rerun) - Rerun watches your binary and all its dependencies so it can rebuild and relaunch when the source changes. * [syntaxhighlighter](https://github.com/sourcegraph/syntaxhighlight) - language-independent code syntax highlighting library * [toggle](https://github.com/xchapter7x/toggle) - A feature toggle library with built in support for environment variable backed toggling. pluggable backing engine support. @@ -1762,4 +1763,4 @@ The following entries have not been filed. Please help by putting these in relev * [seed](https://github.com/tv42/seed) - Easily seed PRNGs with some entropy * [spellabc](https://github.com/elasticdog/spellabc) - Package spellabc implements spelling alphabet code word encoding. * [Twackup](https://github.com/tv42/twackup) - Backs up your tweets into local files - * [Tasks](https://github.com/thewhitetulip/Tasks) - A simplistic todo list manager written in Go \ No newline at end of file + * [Tasks](https://github.com/thewhitetulip/Tasks) - A simplistic todo list manager written in Go