Skip to content

Instantly share code, notes, and snippets.

View sainalshah's full-sized avatar

Mohammed Sainal Shah sainalshah

View GitHub Profile
@sainalshah
sainalshah / dummy-web-server.py
Created January 26, 2023 13:41 — forked from ikwattro/dummy-web-server.py
Dummy Web Server in Python 3
#!/usr/bin/env python
"""
Very simple HTTP server in python.
Usage::
./dummy-web-server.py [<port>]
Send a GET request::
curl http://localhost