On Mon, Jun 8, 2015 at 5:13 AM, Eric wrote:
> I am trying to better understand the built-in python3 web server
> functionality and have just started reading the documentation.
>
> There seem to be two options provided by Python 3.
>
> 1.
> wsgiref
> https://docs.python.org/3/library/wsgiref.html
I am trying to better understand the built-in python3 web server functionality
and have just started reading the documentation.
There seem to be two options provided by Python 3.
1.
wsgiref
https://docs.python.org/3/library/wsgiref.html
2.
http.server
https://docs.python.org/3/library/http.ser