Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)