Skip to content

Instantly share code, notes, and snippets.

View hgfeaon's full-sized avatar

hegaofeng hgfeaon

View GitHub Profile
@hgfeaon
hgfeaon / dummy-web-server.py
Created August 30, 2017 06:56 — forked from bradmontgomery/dummy-web-server.py
a minimal http server in python. Responds to GET, HEAD, POST requests, but will fail on anything else.
#!/usr/bin/env python
"""
Very simple HTTP server in python.
Usage::
./dummy-web-server.py [<port>]
Send a GET request::
curl http://localhost