2015-02-15 19:24:28 +01:00
|
|
|
# hyp
|
|
|
|
### hyperminimal https server
|
2014-09-21 20:02:56 +02:00
|
|
|
Also pyh(ttps) backward.
|
2014-09-21 16:43:48 +02:00
|
|
|
|
2014-09-21 17:00:56 +02:00
|
|
|
Perfect for sharing files on the fly.
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
hyp
|
|
|
|
|
2014-09-21 20:02:56 +02:00
|
|
|
Will load tls certificates inside `/usr/local/etc/openssl` and start serving
|
2014-09-21 17:00:56 +02:00
|
|
|
the working directory on every interface, on port 443.
|
|
|
|
|
|
|
|
hyp localhost 8080
|
|
|
|
|
|
|
|
Use custom address and port.
|
|
|
|
|
|
|
|
hyp -t /etc/ssl
|
|
|
|
|
|
|
|
Use another directory.
|
|
|
|
|
|
|
|
Without any key/certificate hyp will fallback to http.
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Dual licensed under the MIT and GPL licenses:
|
|
|
|
http://www.opensource.org/licenses/mit-license.php
|
|
|
|
http://www.gnu.org/licenses/gpl.html
|