Skip to content

Commit

Permalink
add mock response to webeng toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
izuzak committed Jul 21, 2013
1 parent be88a7b commit d14a618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2012-11-18-the-web-engineers-online-toolbox.markdown
Expand Up @@ -23,7 +23,7 @@ I didn't categorize the tools in the list since many tools may be used in many p

Want to suggest a new tool or help me write better short descriptions of the tools? Add a comment below or make a [pull request](https://github.com/izuzak/izuzak.github.com).

**The Web engineer's online toolbox** *(last edited on July 18 2013)*
**The Web engineer's online toolbox** *(last edited on July 21 2013)*

* **[RequestBin](http://requestb.in/)**
* Lets you create a URL that will collect requests made to it, then let you inspect them in a human-friendly way.
Expand All @@ -34,7 +34,7 @@ Want to suggest a new tool or help me write better short descriptions of the too
* A proxy for inspecting API calls, providing several features of Hurl and RequestBin.
* **[httpbin](http://httpbin.org/)**
* A HTTP request & response service that covers all kinds of HTTP scenarios (e.g. different HTTP verbs, status codes and redirects).
* Similar tools: [Hang](http://hang.nodester.com/), [UrlEcho](http://ivanzuzak.info/urlecho/), [Mocky](http://www.mocky.io/).
* Similar tools: [Mock Response](http://mock.isssues.com/), [Hang](http://hang.nodester.com/), [UrlEcho](http://ivanzuzak.info/urlecho/), [Mocky](http://www.mocky.io/).
* **[REDbot](http://redbot.org/)**
* A robot that checks HTTP resources to see how they'll behave, pointing out common problems and suggesting improvements.
* Similar tools: [HTTP lint](http://zamez.org/httplint).
Expand Down

0 comments on commit d14a618

Please sign in to comment.