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 2f74413 commit 05f7b1fCopy full SHA for 05f7b1f
1 file changed
lib/request/connect.py
@@ -355,6 +355,7 @@ def getPage(**kwargs):
355
post = unicodeencode(post, kb.pageEncoding)
356
357
if method:
358
+ method = unicodeencode(method)
359
req = MethodRequest(url, post, headers)
360
req.set_method(method)
361
else:
0 commit comments