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.
- Host: GitHub
- URL: https://github.com/rmariuzzo/echoine
- Owner: rmariuzzo
- License: mit
- Created: 2013-06-05T13:26:59.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-05T14:00:44.000Z (about 13 years ago)
- Last Synced: 2025-02-13T15:39:12.528Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.