extended_http_server icon indicating copy to clipboard operation
extended_http_server copied to clipboard

An extended version of python's SimpleHTTPServer that supports https, authentication, rate limiting, and download resuming.

Results 1 extended_http_server issues
Sort by recently updated
recently updated
newest added

i started server with ``` ext_http_server -a foo:bar --cert cert.pem -p 8080 ``` then i opened localhost:8080 with browser, chcecked that it works ok. then i hit ctrl-c it prints...