On Mon, Aug 24, 2020, at 12:39, Chris Angelico wrote:
> On Tue, Aug 25, 2020 at 2:36 AM Simon <simon.borde...@gmail.com> wrote:
> > In my opinion, REST is the best protocol to make two pieces of software 
> > communicate with each other, because of its simplicity, yet, the standard 
> > library lacks in that regard in my opinion.
> >
> 
> Fair enough. I guess the real question is, how much advantage is
> RESTRequestHandler over directly subclassing BaseHTTPRequestHandler?
> Maybe it'd be worth it just to simplify that case.
> 
> ChrisA

What about making a stdlib class for building RESTful WSGI applications, which 
could be used with wsgiref for the lightweight-no-external-dependencies use 
case?

basically a "flask light".
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/ZO7EDEFZM5IVWI7J2X4DC364HIGC6ITE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to