tinyhttp

Async static HTTP server.


License
GPL-3.0
Install
pip install tinyhttp==1.1.0

Documentation

Tiny HTTP

Python-version License

Introduction

A socket-based static HTTP server, Support for asynchronous.(Does not support python2)

Install

pip install tinyhttp

Usage

Asynchrous

python -m tinyhttp # or tinyhttp

Multi-Thread

python -m tinyhttp.thread

Set Port(The defalut port is 6789.)

python -m tinyhttp.thread 6666

Debug mode

python -m tinyhttp --debug