An open API service indexing awesome lists of open source software.

https://github.com/rmariuzzo/echoine

Web app that "echoes" all HTTP requests to response body and log file, useful for testing purposes.
https://github.com/rmariuzzo/echoine

Last synced: 12 months ago
JSON representation

Web app that "echoes" all HTTP requests to response body and log file, useful for testing purposes.

Awesome Lists containing this project

README

          

Echoine Web App
===============

*Echoine* is a web app that echoes all HTTP requests to response body and log files (via [log4net](https://github.com/apache/log4net‎)), useful for testing purposes.

Features
--------

* Echoes all incoming requests (that's the reason to be).
* Write all incoming requests and their responses to log file.
* Track all form data sent and write them to log file.

Want to contribute?
-------------------

You are invited to do so: [start helping Echoine](https://github.com/rmariuzzo/Echoine/fork)! It could be as great as your ideas are.