Files
PowerToys/PythonHome/Lib/site-packages/requests/__init__.pyc

47 lines
2.5 KiB
Plaintext
Raw Normal View History

2014-07-09 18:15:23 +08:00
<03>
2014-07-10 23:57:08 +08:00
l<EFBFBD><EFBFBD>Sc@s<>dZdZdZdZdZdZdZyddlmZej <00>Wne
2014-07-09 18:15:23 +08:00
k
r[nXdd l m Z dd
l mZmZmZdd lmZmZmZmZmZmZmZmZdd lmZmZdd lmZddlm Z m!Z!m"Z"m#Z#m$Z$m%Z%ddl&Z&yddl&m'Z'Wn*e
k
rbde&j(fd<00><00>YZ'nXe&j)e*<00>j+e'<00><00>dS(s<>
requests HTTP library
~~~~~~~~~~~~~~~~~~~~~
Requests is an HTTP library, written in Python, for human beings. Basic GET
usage:
>>> import requests
>>> r = requests.get('http://python.org')
>>> r.status_code
200
>>> 'Python is a programming language' in r.content
True
... or POST:
>>> payload = dict(key1='value1', key2='value2')
>>> r = requests.post("http://httpbin.org/post", data=payload)
>>> print(r.text)
{
...
"form": {
"key2": "value2",
"key1": "value1"
},
...
}
The other HTTP methods are supported - see `requests.api`. Full documentation
is at <http://python-requests.org>.
:copyright: (c) 2014 by Kenneth Reitz.
:license: Apache 2.0, see LICENSE for more details.
trequestss2.3.0is Kenneth Reitzs
2014-07-10 23:57:08 +08:00
Apache 2.0sCopyright 2014 Kenneth Reitzi(t pyopenssl(tutils(tRequesttResponsetPreparedRequest(trequesttgettheadtposttpatchtputtdeletetoptions(tsessiontSession(tcodes(tRequestExceptiontTimeoutt URLRequiredtTooManyRedirectst HTTPErrortConnectionErrori<72><69><EFBFBD><EFBFBD>N(t NullHandlerRcBseZd<00>ZRS(cCsdS(N((tselftrecord((sTe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\requests\__init__.pytemitJs(t__name__t
__module__R(((sTe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\requests\__init__.pyRIs(,t__doc__t __title__t __version__t __build__t
2014-07-09 18:15:23 +08:00
__author__t __license__t __copyright__tpackages.urllib3.contribRtinject_into_urllib3t ImportErrortRtmodelsRRRtapiRRRR R
R R R tsessionsRRt status_codesRt
exceptionsRRRRRRtloggingRtHandlert getLoggerRt
2014-07-10 23:57:08 +08:00
addHandler(((sTe:\github\Wox.JSONRPC\Output\Debug\PythonHome\lib\site-packages\requests\__init__.pyt<module>*s. :.