LittleGreenCat

LittleGreenCat / Read only python HTTPd

Last active 2 months ago

Like 0

Простенький RO (только чтение) HTTPd на python.

LittleGreenCat revised this gist 1 year ago · 1df8d05

1 file changed, 2 insertions

httpd.sh (file created)
@@ -0,0 +1,2 @@
1 + # Не поддерживает SSL, можно указать порт.
2 + python3 -m http.server 80