Viewing File: /usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-36.opt-1.pyc

3

aj\@sddlmZddlmZddlZddlZddlZddlmZ	ddlm
Zddlm
Z
ddlmZmZmZmZmZmZmZdd	lmZmZmZdd
lmZddlmZm Z ddl!m"Z"m#Z#ej$e%Z&Gd
dde'Z(Gddde'Z)ddZ*Gdddej+Z,dS))absolute_import)contextmanagerN)timeout)error)HTTPHeaderDict)BodyNotHttplibCompatible
ProtocolErrorDecodeErrorReadTimeoutErrorResponseNotChunkedIncompleteRead
InvalidHeader)string_typesbinary_typePY3)http_client)
HTTPExceptionBaseSSLError)is_fp_closedis_response_to_headc@s$eZdZddZddZddZdS)DeflateDecodercCsd|_t|_tj|_dS)NT)
_first_tryr_datazlib
decompressobj_obj)selfr/usr/lib/python3.6/response.py__init__szDeflateDecoder.__init__cCst|j|S)N)getattrr)rnamerrr__getattr__szDeflateDecoder.__getattr__cCs|s|S|js|jj|S|j|7_y |jj|}|rFd|_d|_|Stjk
rd|_tjtj|_z|j|jSd|_XYnXdS)NF)rr
decompressrrrr	MAX_WBITS)rdataZdecompressedrrrr$ s"zDeflateDecoder.decompressN)__name__
__module____qualname__r r#r$rrrrrsrc@s$eZdZddZddZddZdS)GzipDecodercCstjdtj|_dS)N)rrr%r)rrrrr 9szGzipDecoder.__init__cCst|j|S)N)r!r)rr"rrrr#<szGzipDecoder.__getattr__cCs|s|S|jj|S)N)rr$)rr&rrrr$?szGzipDecoder.decompressN)r'r(r)r r#r$rrrrr*7sr*cCs|dkrtStS)Ngzip)r*r)moderrr_get_decoderEsr.c@s eZdZdZddgZdddddgZdIZdJddZddZddZ	e
ddZe
ddZddZ
ddZddZd d!Zd"d#Zed$d%ZdKd&d'ZdMd*d+Zed,d-Zd.d/ZdNd0d1Zd2d3Zd4d5Ze
d6d7Zd8d9Zd:d;Zd<d=Zd>d?Z d@dAZ!dBdCZ"dDdEZ#dOdFdGZ$dS)PHTTPResponsea	
    HTTP Response container.

    Backwards-compatible to httplib's HTTPResponse but the response ``body`` is
    loaded and decoded on-demand when the ``data`` property is accessed.  This
    class is also compatible with the Python standard library's :mod:`io`
    module, and can hence be treated as a readable object in the context of that
    framework.

    Extra parameters for behaviour not present in httplib.HTTPResponse:

    :param preload_content:
        If True, the response's body will be preloaded during construction.

    :param decode_content:
        If True, attempts to decode specific content-encoding's based on headers
        (like 'gzip' and 'deflate') will be skipped and raw data will be used
        instead.

    :param original_response:
        When this HTTPResponse wrapper is generated from an httplib.HTTPResponse
        object, it's convenient to include the original for debug purposes. It's
        otherwise unused.

    :param retries:
        The retries contains the last :class:`~urllib3.util.retry.Retry` that
        was used during the request.

    :param enforce_content_length:
        Enforce content length checking. Body returned by server must match
        value of Content-Length header, if present. Otherwise, raise error.
    r,Zdeflatei-i.i/i3i4diNrTFcCs
t|tr||_n
t||_||_||_||_||_||_||_|
|_	d|_
d|_d|_d|_
|	|_d|_|rt|ttfr||_|
|_||_t|dr||_
d|_d|_|jjddj}dd|jdD}d	|krd
|_|j||_|o|jr|j|d|_dS)NrreadFztransfer-encodingr1css|]}|jVqdS)N)strip).0encrrr	<genexpr>sz(HTTPResponse.__init__.<locals>.<genexpr>,chunkedT)decode_content)
isinstancerheadersstatusversionreasonstrictr9retriesenforce_content_length_decoder_body_decoded_bytes_fp_original_response_fp_bytes_read
basestringr_pool_connectionhasattrr8
chunk_leftgetlowersplit_init_lengthlength_remainingr2)rbodyr;r<r=r>r?Zpreload_contentr9original_responseZpool
connectionr@rArequest_methodZtr_encZ	encodingsrrrr us>


zHTTPResponse.__init__cCs|j|jkr|jjdSdS)a
        Should we redirect and where to?

        :returns: Truthy redirect location string if we got a redirect status
            code and valid location. ``None`` if redirect status and no
            location. ``False`` if not a redirect status code.
        locationF)r<REDIRECT_STATUSESr;rM)rrrrget_redirect_locationsz"HTTPResponse.get_redirect_locationcCs,|js|jrdS|jj|jd|_dS)N)rIrJZ	_put_conn)rrrrrelease_connszHTTPResponse.release_conncCs"|jr|jS|jr|jddSdS)NT)
cache_content)rCrEr2)rrrrr&szHTTPResponse.datacCs|jS)N)rJ)rrrrrTszHTTPResponse.connectioncCs|jS)z
        Obtain the number of bytes pulled over the wire so far. May differ from
        the amount of content returned by :meth:``HTTPResponse.read`` if bytes
        are encoded on the wire (e.g, compressed).
        )rG)rrrrtellszHTTPResponse.tellcCs|jjd}|dk	r(|jr(tjddS|dk	ry<tdd|jdD}t|dkrbtd||j	}Wnt
k
rd}YnX|d	krd}yt|j}Wnt
k
rd	}YnX|dksd|kod
kns|dkrd	}|S)zM
        Set initial length value for Response content if available.
        zcontent-lengthNzReceived response with both Content-Length and Transfer-Encoding set. This is expressly forbidden by RFC 7230 sec 3.3.2. Ignoring Content-Length and attempting to process response as Transfer-Encoding: chunked.cSsg|]}t|qSr)int)r4valrrr
<listcomp>sz-HTTPResponse._init_length.<locals>.<listcomp>r7rz8Content-Length contained multiple unmatching values (%s)r0r0ZHEAD)r_r`)
r;rMr8logZwarningsetrOlenrpop
ValueErrorr\r<)rrUZlengthZlengthsr<rrrrPs,


(zHTTPResponse._init_lengthcCs4|jjddj}|jdkr0||jkr0t||_dS)z=
        Set-up the _decoder attribute if necessary.
        zcontent-encodingr1N)r;rMrNrBCONTENT_DECODERSr.)rcontent_encodingrrr
_init_decoderszHTTPResponse._init_decodercCsyX|rV|jrV|jj|}|jt|7_|j|jkrVddlm}|d|j|jfWnHttj	fk
r}z&|j
jddj}|d||WYdd}~XnX|r|r||j
7}|S)zN
        Decode the data passed in and potentially flush the decoder.
        r)r
zDecompressed response exceeds safety limit of %d bytes (%d bytes decoded so far). This may indicate a decompression bomb attack.zcontent-encodingr1zEReceived response with content-encoding: %s, but failed to decode it.N)rBr$rDrdMAX_DECODED_LENGTH
exceptionsr
IOErrorrrr;rMrN_flush_decoder)rr&r9
flush_decoderr
erhrrr_decode	s"
zHTTPResponse._decodecCs$|jr |jjd}||jjSdS)zk
        Flushes the decoder. Should only be called if the decoder is actually
        being used.
        )rBr$flush)rZbufrrrrm$szHTTPResponse._flush_decoderccsd}zy
dVWntk
r2t|jddYnptk
rn}z"dt|krPt|jddWYdd}~Xn4ttfk
r}ztd||WYdd}~XnXd}Wd|s|jr|jj	|j
r|j
j	|jr|jjr|jXdS)z
        Catch low-level python exceptions, instead re-raising urllib3
        variants, so that low-level exceptions are not leaked in the
        high-level api.

        On exit, release the connection back to the pool.
        FNzRead timed out.zread operation timed outzConnection broken: %rT)

SocketTimeoutrrIrstrrSocketErrorr	rFcloserJisclosedrY)rZ
clean_exitrorrr_error_catcher/s(	
 

zHTTPResponse._error_catchercCs|j|dkr|j}|jdkr$dSd}d}|jh|dkrN|jj}d}nJd}|jj|}|dkr|r|jjd}|jr|jdkrt|j	|jWdQRX|r|j	t
|7_	|jdk	r|jt
|8_|j|||}|r||_|S)aP
        Similar to :meth:`httplib.HTTPResponse.read`, but with two additional
        parameters: ``decode_content`` and ``cache_content``.

        :param amt:
            How much of the content to read. If specified, caching is skipped
            because it doesn't make sense to cache partial content as the full
            response.

        :param decode_content:
            If True, will attempt to decode the body based on the
            'content-encoding' header.

        :param cache_content:
            If True, will save the returned data such that the same result is
            returned despite of the state of the underlying file object. This
            is useful if you want the ``.data`` property to continue working
            after having ``.read()`` the file object. (Overridden if ``amt`` is
            set.)
        NFTr)rN)
rir9rErxr2rvrArQr
rGrdrprC)ramtr9rZrnr&rrrr2hs4




zHTTPResponse.readr+ccsZ|jr.|jr.xF|j||dD]
}|VqWn(x&t|jsT|j||d}|r0|Vq0WdS)a_
        A generator wrapper for the read() method. A call will block until
        ``amt`` bytes have been read from the connection or until the
        connection is closed.

        :param amt:
            How much of the content to read. The generator will return up to
            much data per iteration, but may return less. This is particularly
            likely when using compressed data. However, the empty string will
            never be returned.

        :param decode_content:
            If True, will attempt to decode the body based on the
            'content-encoding' header.
        )r9)ryr9N)r8supports_chunked_readsread_chunkedrrEr2)rryr9liner&rrrstreamszHTTPResponse.streamc
Ks`|j}t|ts,tr"t|j}n
tj|}t|dd}|f|||j|j|j	||d|}|S)a
        Given an :class:`httplib.HTTPResponse` instance ``r``, return a
        corresponding :class:`urllib3.response.HTTPResponse` object.

        Remaining parameters are passed to the HTTPResponse constructor, along
        with ``original_response=r``.
        r?r)rRr;r<r=r>r?rS)
msgr:rritemsfrom_httplibr!r<r=r>)ZResponseClsrZresponse_kwr;r?Zresprrrrs	

zHTTPResponse.from_httplibcCs|jS)N)r;)rrrr
getheadersszHTTPResponse.getheaderscCs|jj||S)N)r;rM)rr"defaultrrr	getheaderszHTTPResponse.getheadercCs|jS)N)r;)rrrrinfoszHTTPResponse.infocCs$|js|jj|jr |jjdS)N)closedrErvrJ)rrrrrvs
zHTTPResponse.closecCs@|jdkrdSt|jdr$|jjSt|jdr8|jjSdSdS)NTrwr)rErKrwr)rrrrrs

zHTTPResponse.closedcCs6|jdkrtdnt|jdr*|jjStddS)Nz-HTTPResponse has no file to get a fileno fromfilenozOThe file-like object this HTTPResponse is wrapped around has no file descriptor)rErlrKr)rrrrrs



zHTTPResponse.filenocCs$|jdk	r t|jdr |jjSdS)Nrr)rErKrr)rrrrrrszHTTPResponse.flushcCsdS)NTr)rrrrreadableszHTTPResponse.readablecCs:|jt|}t|dkrdS||dt|<t|SdS)Nr)r2rd)rbZtemprrrreadintos
zHTTPResponse.readintocCst|jdS)z
        Checks if the underlying file-like object looks like a
        httplib.HTTPResponse object. We do this by testing for the fp
        attribute. If it is present we assume it returns raw chunks as
        processed by read_chunked().
        fp)rKrE)rrrrr{sz#HTTPResponse.supports_chunked_readscCsf|jdk	rdS|jjj}|jddd}yt|d|_Wn&tk
r`|jtj	|YnXdS)N;rrr+)
rLrErreadlinerOr\rfrvhttplibr
)rr}rrr_update_chunk_length%s
z!HTTPResponse._update_chunk_lengthcCsd}|dkr2|jj|j}|}|jjdd|_nv||jkrZ|jj|}|j||_|}nN||jkr|jj|}|jjdd|_|}n |jj|j}|jjdd|_|S)Nrz)rEZ
_safe_readrL)rryZreturned_chunkchunkvaluerrr
_handle_chunk3s&

zHTTPResponse._handle_chunkccs|j|jstd|js&td|jrDt|jrD|jjdS|jx<|j	|j
dkrdP|j|}|j||dd}|rP|VqPW|r|j
}|r|Vx |jjj}|sP|dkrPqW|jr|jjWdQRXdS)z
        Similar to :meth:`HTTPResponse.read`, but with an additional
        parameter: ``decode_content``.

        :param decode_content:
            If True, will attempt to decode the body based on the
            'content-encoding' header.
        zHResponse is not chunked. Header 'transfer-encoding: chunked' is missing.zgBody should be httplib.HTTPResponse like. It should have have an fp attribute which returns raw chunks.NrF)r9rns
)rir8rr{rrFrrvrxrrLrrprmrErr)rryr9rZdecodedr}rrrr|Is@	




zHTTPResponse.read_chunkedii@)r1NrrNrTTNNNNFN)NNF)rN)N)NN)%r'r(r)__doc__rgrWrjr rXrYpropertyr&rTr[rPrirprmrrxr2r~classmethodrrrrrvrrrrrrr{rrr|rrrrr/LsD 
.
	0
9
E

			r/)-Z
__future__r
contextlibrrioZloggingZsocketrrsrru_collectionsrrkrr	r
rrr
rZpackages.sixrrHrrZpackages.six.movesrrrTrrZ
util.responserrZ	getLoggerr'rbobjectrr*r.IOBaser/rrrr<module>s"$
!
Back to Directory File Manager