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
|
|
|
|
|
2015-03-28 19:03:27 +01:00
|
|
|
hyp
|
2014-09-21 17:00:56 +02:00
|
|
|
|
2016-01-01 23:59:20 +01:00
|
|
|
Will load tls certificates inside `/etc/ssl/certs` and start serving
|
2014-09-21 17:00:56 +02:00
|
|
|
the working directory on every interface, on port 443.
|
|
|
|
|
2015-03-28 19:03:27 +01:00
|
|
|
hyp localhost 8080
|
2014-09-21 17:00:56 +02:00
|
|
|
|
|
|
|
Use custom address and port.
|
|
|
|
|
2016-01-01 23:59:20 +01:00
|
|
|
hyp -t .local/share/certs
|
2014-09-21 17:00:56 +02:00
|
|
|
|
|
|
|
Use another directory.
|
|
|
|
|
|
|
|
Without any key/certificate hyp will fallback to http.
|
|
|
|
|
2015-03-28 19:03:27 +01:00
|
|
|
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.
|
|
|
|
|
2014-09-21 17:00:56 +02:00
|
|
|
## License
|
|
|
|
|
|
|
|
Dual licensed under the MIT and GPL licenses:
|
|
|
|
http://www.opensource.org/licenses/mit-license.php
|
|
|
|
http://www.gnu.org/licenses/gpl.html
|