Re: [Web-SIG] Wsgiref x Form ?

2019-11-09 Thread Jack Bortone
On Fri, 8 Nov 2019 17:29:54 -0300
João Aguiar  wrote:

> Hi
> My name is João Carlos, I'm new to python and would like to know if there
> is any function of wsgiref to retrieve form data via POST, something
> similar ( request_form () or request_input () ) otherwise what would be the
> best way ?

i use (and recommend) werkzeug for that! :-) 

but fel free to try django-hotsauce  (which is also based on werkzeug for wsgi 
stuff)

Sincerely,

Jack


-- 
Jack Bortone 
___
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
https://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com


[Web-SIG] Wsgiref x Form ?

2019-11-08 Thread João Aguiar
Hi
My name is João Carlos, I'm new to python and would like to know if there
is any function of wsgiref to retrieve form data via POST, something
similar ( request_form () or request_input () ) otherwise what would be the
best way ?
___
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
https://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com