Re: Built-in Python3 web server functionality - wsgiref & http.server

2015-06-07 Thread Chris Angelico
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

Built-in Python3 web server functionality - wsgiref & http.server

2015-06-07 Thread Eric
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