[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.116.47.4: ~ $
�
�t�_c@@sSddlmZddlmZddlmZdgZdefd��YZdS(i(tabsolute_importi(tencode_multipart_formdata(t	urlencodetRequestMethodscB@steZdZddddhZd
d�Zd
d
ed
d�Zd
d
d�Zd
d
d�Z	d
d
ed
d	�Z
RS(s�
    Convenience mixin for classes who implement a :meth:`urlopen` method, such
    as :class:`~urllib3.connectionpool.HTTPConnectionPool` and
    :class:`~urllib3.poolmanager.PoolManager`.

    Provides behavior for making common types of HTTP request methods and
    decides which type of request field encoding to use.

    Specifically,

    :meth:`.request_encode_url` is for sending requests whose fields are
    encoded in the URL (such as GET, HEAD, DELETE).

    :meth:`.request_encode_body` is for sending requests whose fields are
    encoded in the *body* of the request using multipart or www-form-urlencoded
    (such as for POST, PUT, PATCH).

    :meth:`.request` is for making any kind of request, it will look up the
    appropriate encoding format and use one of the above two methods to make
    the request.

    Initializer parameters:

    :param headers:
        Headers to include with all requests, unless other headers are given
        explicitly.
    tDELETEtGETtHEADtOPTIONScC@s|p	i|_dS(N(theaders(tselfR((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/urllib3/request.pyt__init__)scK@std��dS(NsMClasses extending RequestMethods must implement their own ``urlopen`` method.(tNotImplementedError(R	tmethodturltbodyRtencode_multiparttmultipart_boundarytkw((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/urllib3/request.pyturlopen,s
cK@sg|j�}||d<||jkrD|j||d|d||�S|j||d|d||�SdS(s�
        Make a request using :meth:`urlopen` with the appropriate encoding of
        ``fields`` based on the ``method`` used.

        This is a convenience method that requires the least amount of manual
        effort. It can be used in most situations, while still having the
        option to drop down to more specific methods when necessary, such as
        :meth:`request_encode_url`, :meth:`request_encode_body`,
        or even the lowest level :meth:`urlopen`.
        trequest_urltfieldsRN(tuppert_encode_url_methodstrequest_encode_urltrequest_encode_body(R	RR
RRt
urlopen_kw((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/urllib3/request.pytrequest;s
cK@sb|dkr|j}ni|d6}|j|�|rO|dt|�7}n|j|||�S(s�
        Make a request using :meth:`urlopen` with the ``fields`` encoded in
        the url. This is useful for request methods like GET, HEAD, DELETE, etc.
        Rt?N(tNoneRtupdateRR(R	RR
RRRtextra_kw((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/urllib3/request.pyRSs

cK@s�|dkr|j}niid6}|r�d|krFtd��n|rgt|d|�\}	}
nt|�d}	}
|	|d<i|
d6|d<n|dj|�|j|�|j|||�S(s�
        Make a request using :meth:`urlopen` with the ``fields`` encoded in
        the body. This is useful for request methods like POST, PUT, PATCH, etc.

        When ``encode_multipart=True`` (default), then
        :meth:`urllib3.filepost.encode_multipart_formdata` is used to encode
        the payload with the appropriate content type. Otherwise
        :meth:`urllib.urlencode` is used with the
        'application/x-www-form-urlencoded' content type.

        Multipart encoding must be used when posting files, and it's reasonably
        safe to use it in other times too. However, it may break request
        signing, such as with OAuth.

        Supports an optional ``fields`` parameter of key/value strings AND
        key/filetuple. A filetuple is a (filename, data, MIME type) tuple where
        the MIME type is optional. For example::

            fields = {
                'foo': 'bar',
                'fakefile': ('foofile.txt', 'contents of foofile'),
                'realfile': ('barfile.txt', open('realfile').read()),
                'typedfile': ('bazfile.bin', open('bazfile').read(),
                              'image/jpeg'),
                'nonamefile': 'contents of nonamefile field',
            }

        When uploading a file, providing a filename (the first parameter of the
        tuple) is optional but recommended to best mimic behavior of browsers.

        Note that if ``headers`` are supplied, the 'Content-Type' header will
        be overwritten because it depends on the dynamic random boundary string
        which is used to compose the body of the request. The random boundary
        string can be explicitly set with the ``multipart_boundary`` parameter.
        RRsFrequest got values for both 'fields' and 'body', can only specify one.tboundarys!application/x-www-form-urlencodedsContent-TypeN(RRt	TypeErrorRRRR(R	RR
RRRRRRRtcontent_type((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/urllib3/request.pyRcs"-
	


N(t__name__t
__module__t__doc__RRR
tTrueRRRR(((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/urllib3/request.pyR
sN(	t
__future__RtfilepostRtpackages.six.moves.urllib.parseRt__all__tobjectR(((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/urllib3/request.pyt<module>s	

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
contrib Folder 0755
packages Folder 0755
util Folder 0755
.__init__.pyo.40009 File 2.84 KB 0644
._collections.pyo.40009 File 13.53 KB 0644
.connection.pyo.40009 File 12.35 KB 0644
.connectionpool.pyo.40009 File 27.27 KB 0644
.exceptions.pyo.40009 File 14.46 KB 0644
.fields.pyo.40009 File 9.34 KB 0644
.filepost.pyo.40009 File 3.46 KB 0644
.poolmanager.pyo.40009 File 15.94 KB 0644
.request.pyo.40009 File 6.07 KB 0644
.response.pyo.40009 File 24.91 KB 0644
__init__.py File 2.62 KB 0644
__init__.pyc File 2.84 KB 0644
__init__.pyo File 2.84 KB 0644
_collections.py File 10.54 KB 0644
_collections.pyc File 13.53 KB 0644
_collections.pyo File 13.53 KB 0644
connection.py File 14.12 KB 0644
connection.pyc File 12.35 KB 0644
connection.pyo File 12.35 KB 0644
connectionpool.py File 34.89 KB 0644
connectionpool.pyc File 27.27 KB 0644
connectionpool.pyo File 27.27 KB 0644
exceptions.py File 7 KB 0644
exceptions.pyc File 14.46 KB 0644
exceptions.pyo File 14.46 KB 0644
fields.py File 8.35 KB 0644
fields.pyc File 9.34 KB 0644
fields.pyo File 9.34 KB 0644
filepost.py File 2.38 KB 0644
filepost.pyc File 3.46 KB 0644
filepost.pyo File 3.46 KB 0644
poolmanager.py File 17.44 KB 0644
poolmanager.pyc File 15.94 KB 0644
poolmanager.pyo File 15.94 KB 0644
request.py File 5.88 KB 0644
request.pyc File 6.07 KB 0644
request.pyo File 6.07 KB 0644
response.py File 27.56 KB 0644
response.pyc File 24.91 KB 0644
response.pyo File 24.91 KB 0644