Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.