jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 121 forks source link

Impossible to do PUT or DELETE requests #77

Open wichert opened 11 years ago

wichert commented 11 years ago

There is currently no way to do PUT or DELETE requests: the request class is hardcoded to POST if data was provided and GET otherwise.