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

Add support for methods that return JSON files #67

Closed erichydrick closed 12 years ago

erichydrick commented 12 years ago

I tried to test use mechanize to test an application that returned JSON, but was unable to without modifying _headersutil to allow it.