[Tutor] bottle: request.form.get()

Alan Gauld alan.gauld at yahoo.co.uk
Thu Jun 22 03:45:07 EDT 2017


On 21/06/17 15:54, adil gourinda wrote:

>    I was looking for the "request.form.get()" method in "Python Library"> but I didn't find it, I looked also in "Requests 2.18.1 Documentation"

You don't say which requests package you are using. You reference bottle
in the subject line and Requests in the body...

If it is the requests package in bottle then the bottle web site
has the documentation:

http://bottlepy.org/docs/dev/

The "Python Library" - assuming you mean the standard library documented
on python.org - does not include documentation for non-standard packages
like bottle.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list