Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/simplehttpsserver
A simple python http and https webserver
https://github.com/pdxjohnny/simplehttpsserver
Last synced: about 1 month ago
JSON representation
A simple python http and https webserver
- Host: GitHub
- URL: https://github.com/pdxjohnny/simplehttpsserver
- Owner: pdxjohnny
- License: mit
- Created: 2014-11-14T06:11:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T00:36:15.000Z (about 8 years ago)
- Last Synced: 2024-09-13T17:09:50.672Z (2 months ago)
- Language: Python
- Size: 61.5 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SimpleHTTPSServer
A simple python http and https webserver# Disclaimer
This was something I wrote when I was learning Python and should not be used
for anything other than an a learning example. If you wish to use it then look at
how it is used in SimpleHTTPSServer/__main__.py also its only python 2.7
compatable if I remeber right.