Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matachi/httptestserver
HTTP server that displays received HTTP requests and their POST data
https://github.com/matachi/httptestserver
csharp debug http-server netframework test wpf
Last synced: 3 days ago
JSON representation
HTTP server that displays received HTTP requests and their POST data
- Host: GitHub
- URL: https://github.com/matachi/httptestserver
- Owner: matachi
- License: mit
- Created: 2019-11-05T10:36:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T10:07:21.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T04:23:57.877Z (2 months ago)
- Topics: csharp, debug, http-server, netframework, test, wpf
- Language: C#
- Size: 341 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP Test Server
An HTTP server that saves incoming requests and displays their data.
Limitations:
* It is hard-coded to listen to port 9191.
* The request's content is only displayed as text.
* POST multipart/form-data is only displayed as either text or as an image.## Screenshots
POST request with JSON data:
![Screenshot 1](Screenshots/img1.jpg)
POST request with form data, where one of the files is an image:
![Screenshot 2](Screenshots/img2.jpg)