HTTP Debugger - The manual

General

Have you ever been in the situation where you write a piece of code that is supposed to communicate 
to a server over HTTP and you would want to make sure that you HTTP request looks correct?

Well I certainly have.
That's why I made this very simple program to be able to debug the sent HTTP requests.

Basically the program emulates a HTTP server in such way that it listens for HTTP requests 
on a port (default 80).
Each received request is stored for and available for review.

Functionality

General Features

snapshot

FAQ

None so far.