garethr / django-http-debug
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 0ef82784abfc70cc63444e39f61807675acd5c29
tree a49c9121d5cc5909366425be66de7dbce4e6ccbd
parent 103a6780d3a9626b6eb64fc155ba39f0cf01744c
tree a49c9121d5cc5909366425be66de7dbce4e6ccbd
parent 103a6780d3a9626b6eb64fc155ba39f0cf01744c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Feb 24 12:22:45 -0800 2009 | |
| |
README.textile | Wed Feb 25 04:55:08 -0800 2009 | |
| |
http_debug/ | Thu Feb 26 00:06:57 -0800 2009 |
README.textile
Sometimes when writing HTTP clients you want to be able to see what’s going on with the server. For instance to see if your requests are being made to the correct url or with the relevant method and data.
This application is a very simple HTTP server which simple logs details of the incoming requests to the file system. Instead of pointing your client at it’s intended target, point it at an instance of this service and simply tail the log files.
Future
Their are a few things I’d still like to work on:
Log content from POST and PUT requestsSupport added- Port to App Engine
Find a good small WSGI server, something in between using a full web server like Nginx and running the local development server shipped with Django.Using Spawning
