Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyfinch/web-utils
Various utility scripts.
https://github.com/anthonyfinch/web-utils
Last synced: about 1 month ago
JSON representation
Various utility scripts.
- Host: GitHub
- URL: https://github.com/anthonyfinch/web-utils
- Owner: anthonyfinch
- Created: 2012-10-04T12:20:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-04T12:41:46.000Z (about 12 years ago)
- Last Synced: 2024-04-24T03:02:48.972Z (8 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Utils
=====To be added to: various scripts I find useful when developing for the web.
echo.py
-------Simple server that echos back the path requested, the headers of the request and any data send along with the request. Useful for debugging api calls where the issue is with the client making the call.
Runs by default on port 8080, this can be overriden by supplying a port number as an argument.
./echo.py
Listening on localhost:8080./echo.py 8050
Listening on localhost:8050