Files
pyGoEdge-UserPanel/.venv/Lib/site-packages/requests/__pycache__/api.cpython-312.pyc

112 lines
7.0 KiB
Plaintext
Raw Normal View History

2025-11-18 03:36:49 +08:00
<EFBFBD>
g<> i1<00><00>L<00>dZddlmZd<03>Zd d<05>Zd<06>Zd<07>Zd d<08>Zd d <09>Zd d
<EFBFBD>Z d <0B>Z
y)z<>
requests.api
~~~~~~~~~~~~
This module implements the Requests API.
:copyright: (c) 2012 by Kenneth Reitz.
:license: Apache2, see LICENSE for more details.
<EFBFBD>)<01>sessionsc <00><><00>tj<00>5}|jd||d<01>|<02><01>cddd<02>S#1swYyxYw)a<> Constructs and sends a :class:`Request <Request>`.
:param method: method for the new :class:`Request` object: ``GET``, ``OPTIONS``, ``HEAD``, ``POST``, ``PUT``, ``PATCH``, or ``DELETE``.
:param url: URL for the new :class:`Request` object.
:param params: (optional) Dictionary, list of tuples or bytes to send
in the query string for the :class:`Request`.
:param data: (optional) Dictionary, list of tuples, bytes, or file-like
object to send in the body of the :class:`Request`.
:param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`.
:param headers: (optional) Dictionary of HTTP Headers to send with the :class:`Request`.
:param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`.
:param files: (optional) Dictionary of ``'name': file-like-objects`` (or ``{'name': file-tuple}``) for multipart encoding upload.
``file-tuple`` can be a 2-tuple ``('filename', fileobj)``, 3-tuple ``('filename', fileobj, 'content_type')``
or a 4-tuple ``('filename', fileobj, 'content_type', custom_headers)``, where ``'content_type'`` is a string
defining the content type of the given file and ``custom_headers`` a dict-like object containing additional headers
to add for the file.
:param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth.
:param timeout: (optional) How many seconds to wait for the server to send data
before giving up, as a float, or a :ref:`(connect timeout, read
timeout) <timeouts>` tuple.
:type timeout: float or tuple
:param allow_redirects: (optional) Boolean. Enable/disable GET/OPTIONS/POST/PUT/PATCH/DELETE/HEAD redirection. Defaults to ``True``.
:type allow_redirects: bool
:param proxies: (optional) Dictionary mapping protocol to the URL of the proxy.
:param verify: (optional) Either a boolean, in which case it controls whether we verify
the server's TLS certificate, or a string, in which case it must be a path
to a CA bundle to use. Defaults to ``True``.
:param stream: (optional) if ``False``, the response content will be immediately downloaded.
:param cert: (optional) if String, path to ssl client cert file (.pem). If Tuple, ('cert', 'key') pair.
:return: :class:`Response <Response>` object
:rtype: requests.Response
Usage::
>>> import requests
>>> req = requests.request('GET', 'https://httpbin.org/get')
>>> req
<Response [200]>
)<02>method<6F>urlN<6C>)r<00>Session<6F>request)rr<00>kwargs<67>sessions <20>;E:\Project\pygoedge\.venv\Lib\site-packages\requests/api.pyr r s7<00><00>X
<12> <19> <19> <1B>w<EFBFBD><1E>w<EFBFBD><EFBFBD><EFBFBD>@<40>f<EFBFBD>#<23>@<40><16>@<40>
<1C> <1B> <1B>s<00>4<03>=Nc <00> <00>td|fd|i|<02><01>S)adSends a GET request.
:param url: URL for the new :class:`Request` object.
:param params: (optional) Dictionary, list of tuples or bytes to send
in the query string for the :class:`Request`.
:param \*\*kwargs: Optional arguments that ``request`` takes.
:return: :class:`Response <Response>` object
:rtype: requests.Response
<20>get<65>params<6D>r )rrr
s r rr>s<00><00> <13>5<EFBFBD>#<23> 7<>f<EFBFBD> 7<><06> 7<>7<>c <00><00>td|fi|<01><01>S)z<>Sends an OPTIONS request.
:param url: URL for the new :class:`Request` object.
:param \*\*kwargs: Optional arguments that ``request`` takes.
:return: :class:`Response <Response>` object
:rtype: requests.Response
<20>optionsr<00>rr
s r rrLs<00><00> <13>9<EFBFBD>c<EFBFBD> ,<2C>V<EFBFBD> ,<2C>,rc <00>@<00>|jdd<02>td|fi|<01><01>S)akSends a HEAD request.
:param url: URL for the new :class:`Request` object.
:param \*\*kwargs: Optional arguments that ``request`` takes. If
`allow_redirects` is not provided, it will be set to `False` (as
opposed to the default :meth:`request` behavior).
:return: :class:`Response <Response>` object
:rtype: requests.Response
<20>allow_redirectsF<73>head)<02>
setdefaultr rs r rrXs'<00><00> <0B><15><15>'<27><15>/<2F> <12>6<EFBFBD>3<EFBFBD> )<29>&<26> )<29>)rc <00>"<00>td|f||d<02>|<03><01>S)a<>Sends a POST request.
:param url: URL for the new :class:`Request` object.
:param data: (optional) Dictionary, list of tuples, bytes, or file-like
object to send in the body of the :class:`Request`.
:param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`.
:param \*\*kwargs: Optional arguments that ``request`` takes.
:return: :class:`Response <Response>` object
:rtype: requests.Response
<20>post)<02>data<74>jsonr)rrrr
s r rrgs<00><00> <13>6<EFBFBD>3<EFBFBD> ?<3F>T<EFBFBD><04> ?<3F><06> ?<3F>?rc <00> <00>td|fd|i|<02><01>S)a<>Sends a PUT request.
:param url: URL for the new :class:`Request` object.
:param data: (optional) Dictionary, list of tuples, bytes, or file-like
object to send in the body of the :class:`Request`.
:param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`.
:param \*\*kwargs: Optional arguments that ``request`` takes.
:return: :class:`Response <Response>` object
:rtype: requests.Response
<20>putrr<00>rrr
s r rrvs<00><00> <13>5<EFBFBD>#<23> 3<>D<EFBFBD> 3<>F<EFBFBD> 3<>3rc <00> <00>td|fd|i|<02><01>S)a<>Sends a PATCH request.
:param url: URL for the new :class:`Request` object.
:param data: (optional) Dictionary, list of tuples, bytes, or file-like
object to send in the body of the :class:`Request`.
:param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`.
:param \*\*kwargs: Optional arguments that ``request`` takes.
:return: :class:`Response <Response>` object
:rtype: requests.Response
<20>patchrrrs r r!r!<00>s<00><00> <13>7<EFBFBD>C<EFBFBD> 5<>d<EFBFBD> 5<>f<EFBFBD> 5<>5rc <00><00>td|fi|<01><01>S)z<>Sends a DELETE request.
:param url: URL for the new :class:`Request` object.
:param \*\*kwargs: Optional arguments that ``request`` takes.
:return: :class:`Response <Response>` object
:rtype: requests.Response
<20>deleterrs r r#r#<00>s<00><00> <13>8<EFBFBD>S<EFBFBD> +<2B>F<EFBFBD> +<2B>+r)N)NN) <0B>__doc__<5F>rr rrrrrr!r#rrr <00><module>r&s:<00><01><04><17>-A<01>` 8<> -<2D> *<2A> @<01> 4<> 6<> ,r