Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5bfaf commit eb6e6f4Copy full SHA for eb6e6f4
1 file changed
lib/request/connect.py
@@ -82,7 +82,7 @@ def getPage(**kwargs):
82
conn = multipartOpener.open(url, multipart)
83
page = conn.read()
84
return page
85
- elif conf.method == "GET":
+ elif conf.method in ( "GET", "POST" ):
86
if conf.parameters.has_key("GET") and not get:
87
get = conf.parameters["GET"]
88
0 commit comments