Hyperminimal https server
Go to file
rnhmjoj ab94f50b82 Update example in readme 2016-01-01 23:59:20 +01:00
hyp Use a more standard location for certificates 2016-01-01 23:56:33 +01:00
.gitignore Initial commit 2014-09-21 16:43:48 +02:00
README.md Update example in readme 2016-01-01 23:59:20 +01:00
setup.py Improve TLS security 2015-03-31 01:04:05 +02:00

README.md

hyp

hyperminimal https server

Also pyh(ttps) backward.

Perfect for sharing files on the fly.

Usage

hyp

Will load tls certificates inside /etc/ssl/certs and start serving the working directory on every interface, on port 443.

hyp localhost 8080

Use custom address and port.

hyp -t .local/share/certs

Use another directory.

Without any key/certificate hyp will fallback to http.

hyp -u

Will save in the current working directory any file uploaded with a POST request. Go to the bind address for a handy html form.

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html