U `+n@sXddlmZddlZddlZddlZddlmZddlmZ ddlm Z z ddl Z Wne k rldZ YnXddlmZddlmZmZdd lmZmZmZmZmZmZmZmZmZmZdd lmZdd l m!Z!m"Z"e#e$Z%Gd d d e&Z'Gddde&Z(Gddde&Z)e dk r*Gddde&Z*Gddde&Z+ddZ,Gdddej-Z.dS))absolute_importN)contextmanager)error)timeout)HTTPHeaderDict) BaseSSLError HTTPException) BodyNotHttplibCompatible DecodeError HTTPErrorIncompleteReadInvalidChunkLength InvalidHeader ProtocolErrorReadTimeoutErrorResponseNotChunkedSSLError)six) is_fp_closedis_response_to_headc@s$eZdZddZddZddZdS)DeflateDecodercCsd|_d|_t|_dS)NT) _first_try_datazlib decompressobj_objselfr A/opt/alt/python38/lib/python3.8/site-packages/urllib3/response.py__init__$szDeflateDecoder.__init__cCs t|j|SNgetattrrrnamer r r! __getattr__)szDeflateDecoder.__getattr__c Cs|s|S|js|j|S|j|7_z"|j|}|rFd|_d|_|WStjk rd|_ttj |_z||jWYSd|_XYnXdS)NF)rr decompressrrrr MAX_WBITS)rdataZ decompressedr r r!r),s"  zDeflateDecoder.decompressN__name__ __module__ __qualname__r"r(r)r r r r!r#src@seZdZdZdZdZdS)GzipDecoderStaterrN)r-r.r/ FIRST_MEMBER OTHER_MEMBERS SWALLOW_DATAr r r r!r0Csr0c@s$eZdZddZddZddZdS) GzipDecodercCstdtj|_tj|_dSN)rrr*rr0r2_staterr r r!r"KszGzipDecoder.__init__cCs t|j|Sr#r$r&r r r!r(OszGzipDecoder.__getattr__cCst}|jtjks|st|Sz||j|7}Wn<tjk rn|j}tj|_|tj krht|YSYnX|jj }|st|Stj |_t dtj |_qdSr6) bytearrayr8r0r4bytesrr)rrr3 unused_datarr*)rr+retZprevious_stater r r!r)Rs   zGzipDecoder.decompressNr,r r r r!r5Jsr5c@seZdZddZddZdS) BrotliDecodercCs0t|_t|jdr"|jj|_n |jj|_dS)Nr))brotliZ Decompressorrhasattrr)processrr r r!r"ns   zBrotliDecoder.__init__cCst|jdr|jSdS)Nflushr)r?rrArr r r!rAus  zBrotliDecoder.flushN)r-r.r/r"rAr r r r!r=jsr=c@s(eZdZdZddZddZddZdS) MultiDecodera From RFC7231: If one or more encodings have been applied to a representation, the sender that applied the encodings MUST generate a Content-Encoding header field that lists the content codings in the order in which they were applied. cCsdd|dD|_dS)NcSsg|]}t|qSr ) _get_decoderstrip).0mr r r! sz)MultiDecoder.__init__..,)split _decoders)rZmodesr r r!r"szMultiDecoder.__init__cCs|jdSNr)rJrArr r r!rAszMultiDecoder.flushcCst|jD]}||}q |Sr#)reversedrJr))rr+dr r r!r)s zMultiDecoder.decompressN)r-r.r/__doc__r"rAr)r r r r!rB{srBcCs:d|krt|S|dkrtStdk r4|dkr4tStS)NrHgzipbr)rBr5r>r=r)moder r r!rCsrCc@sleZdZdZddgZedk r&edg7Zdddd d gZdNddZddZddZ ddZ e ddZ e ddZ ddZddZdd Zd!d"ZeejfZedk reejf7Zd#d$Zd%d&Zed'd(ZdOd)d*ZdPd,d-Zed.d/Zd0d1ZdQd2d3Zd4d5Z d6d7Z!e d8d9Z"d:d;Z#dd?Z%d@dAZ&dBdCZ'dDdEZ(dFdGZ)dRdHdIZ*dJdKZ+dLdMZ,dS)S HTTPResponsea HTTP Response container. Backwards-compatible with :class:`http.client.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 :class:`http.client.HTTPResponse`: :param preload_content: If True, the response's body will be preloaded during construction. :param decode_content: If True, will attempt to decode the body based on the 'content-encoding' header. :param original_response: When this HTTPResponse wrapper is generated from an :class:`http.client.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. rOdeflateNrPi-i.i/i3i4rTFcCst|tr||_n t||_||_||_||_||_||_| |_||_ ||_ d|_ d|_ d|_ | |_d|_| |_||_|rt|tjtfr||_ | |_| |_t|dr||_ d|_d|_|jdd}dd|dD}d |krd |_|||_|r|j s|j|d |_ dS) NrreadFztransfer-encodingrTcss|]}|VqdSr#)rD)rEencr r r! sz(HTTPResponse.__init__..rHchunkedTdecode_content) isinstancerheadersstatusversionreasonstrictrZretriesenforce_content_length auto_close_decoder_body_fp_original_response_fp_bytes_readmsg _request_urlr string_typesr:_pool _connectionr?rX chunk_leftgetlowerrI _init_lengthlength_remainingrU)rbodyr\r]r^r_r`Zpreload_contentrZoriginal_responsepool connectionrirarbrequest_methodZ request_urlrcZtr_enc encodingsr r r!r"sB    zHTTPResponse.__init__cCs|j|jkr|jdSdS)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\rorr r r!get_redirect_locations  z"HTTPResponse.get_redirect_locationcCs(|jr |jsdS|j|jd|_dSr#)rlrmZ _put_connrr r r! release_conns zHTTPResponse.release_connc Cs.z |Wnttttfk r(YnXdS)z Read and discard any remaining HTTP response data in the response connection. Unread data in the HTTPResponse connection blocks the connection from being released back to the pool. N)rUr SocketErrorrr rr r r! drain_conns zHTTPResponse.drain_conncCs"|jr |jS|jr|jddSdS)NT) cache_content)rerfrUrr r r!r+%szHTTPResponse.datacCs|jSr#)rmrr r r!rv.szHTTPResponse.connectioncCs t|jSr#)rrfrr r r!isclosed2szHTTPResponse.isclosedcCs|jS)z Obtain the number of bytes pulled over the wire so far. May differ from the amount of content returned by :meth:``urllib3.response.HTTPResponse.read`` if bytes are encoded on the wire (e.g, compressed). )rhrr r r!tell5szHTTPResponse.tellcCs|jd}|dk r|jr(tddSz.rHrz8Content-Length contained multiple unmatching values (%s)r)i0dZHEAD) r\rorXlogwarningsetrIlenrpop ValueErrorrr])rrwlengthZlengthsr]r r r!rq=s6     &zHTTPResponse._init_lengthcshjdd}jdkrd|jkr2t|_n2d|krdfdd|dD}t|rdt|_dS)z= Set-up the _decoder attribute if necessary. content-encodingrTNrHcs"g|]}|jkr|qSr )rDCONTENT_DECODERS)rEerr r!rG|sz.HTTPResponse._init_decoder..)r\rorprdrrCrIr)rcontent_encodingrxr rr! _init_decoderqs    zHTTPResponse._init_decoderc Csx|s|Sz|jr|j|}WnD|jk rb}z$|jdd}td||W5d}~XYnX|rt||7}|S)zN Decode the data passed in and potentially flush the decoder. rrTzEReceived response with content-encoding: %s, but failed to decode it.N)rdr)DECODER_ERROR_CLASSESr\rorpr _flush_decoder)rr+rZ flush_decoderrrr r r!_decodes  zHTTPResponse._decodecCs$|jr |jd}||jSdS)zk Flushes the decoder. Should only be called if the decoder is actually being used. r)rdr)rA)rbufr r r!rs zHTTPResponse._flush_decoderc csd}zz dVWntk r2t|jddYnvtk rt}z&dt |krVt |t|jddW5d}~XYn4t t fk r}zt d||W5d}~XYnXd}W5|s|jr|j|jr|j|jr|jr|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)rgclosermrr| SocketTimeoutrrlrstrrr r}r)rZ clean_exitrr r r!_error_catchers(      zHTTPResponse._error_catcherc Cs ||dkr|j}|jdkr$dSd}t|jdd}|v|dkr`|sV|jnd}d}nPd}|st|j|nd}|dkr|s|jd}|jr|jdkrt |j |jW5QRX|r|j t |7_ |jdk r|jt |8_| |||}|r||_ |S)aT Similar to :meth:`http.client.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.) NFclosedrTr)rN)rrZrfr%rrUrrbrrr rhrrre)ramtrZrrZ fp_closedr+r r r!rUs:     zHTTPResponse.readccsR|jr*|r*|j||dD] }|Vqn$t|jsN|j||d}|r*|Vq*dS)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. rY)rrZN)rXsupports_chunked_reads read_chunkedrrfrU)rrrZliner+r r r!stream+s  zHTTPResponse.streamc Ksb|j}t|ts.tjr"t|}n t|}t|dd}|f|||j|j |j ||d|}|S)a Given an :class:`http.client.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)rsr\r]r^r_r`rt) rir[rrPY2 from_httplibitemsr%r]r^r_)Z ResponseClsrZ response_kwr\r`Zrespr r r!rEs$      zHTTPResponse.from_httplibcCs|jSr#r\rr r r! getheadersfszHTTPResponse.getheaderscCs|j||Sr#)r\ro)rr'defaultr r r! getheaderiszHTTPResponse.getheadercCs|jSr#rrr r r!infomszHTTPResponse.infocCs6|js|j|jr |j|js2tj|dSr#)rrfrrmrcioIOBaserr r r!rqs   zHTTPResponse.closecCsT|jstjj|S|jdkr"dSt|jdr8|jSt|jdrL|jjSdSdS)NTrr)rcrrr__get__rfr?rrr r r!r{s    zHTTPResponse.closedcCs6|jdkrtdnt|jdr*|jStddS)Nz-HTTPResponse has no file to get a fileno fromfilenozOThe file-like object this HTTPResponse is wrapped around has no file descriptor)rfIOErrorr?rrr r r!rs    zHTTPResponse.filenocCs2|jdk r.t|jdr.t|jdds.|jSdS)NrArF)rfr?r%rArr r r!rAs  zHTTPResponse.flushcCsdS)NTr rr r r!readableszHTTPResponse.readablecCs:|t|}t|dkrdS||dt|<t|SdSrK)rUr)rbtempr r r!readintos  zHTTPResponse.readintocCs t|jdS)a Checks if the underlying file-like object looks like a :class:`http.client.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)r?rfrr r r!rsz#HTTPResponse.supports_chunked_readscCsf|jdk rdS|jj}|ddd}zt|d|_Wn&tk r`|t||YnXdS)N;rrr7) rnrfrreadlinerIrrrr)rrr r r!_update_chunk_lengths  z!HTTPResponse._update_chunk_lengthcCsd}|dkr2|j|j}|}|jdd|_nv||jkrZ|j|}|j||_|}nN||jkr|j|}|jdd|_|}n |j|j}|jdd|_|S)Nr1)rfZ _safe_readrn)rrZreturned_chunkchunkvaluer r r! _handle_chunks&        zHTTPResponse._handle_chunkc cs||jstd|s&td||jrXt|jrX|jW5QRdS|j j dkrrW5QRdS| |j dkrq| |}|j||dd}|rr|Vqr|r|}|r|V|j j }|sq|dkrqq|jr|jW5QRXdS)a Similar to :meth:`HTTPResponse.read`, but with an additional parameter: ``decode_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. zHResponse is not chunked. Header 'transfer-encoding: chunked' is missing.zkBody should be http.client.HTTPResponse like. It should have have an fp attribute which returns raw chunks.NrF)rZrs )rrXrrr rrgrrrfrrrnrrrr)rrrZrdecodedrr r r!rsJ      zHTTPResponse.read_chunkedcCs.|jdk r$t|jjr$|jjdjS|jSdS)z Returns the URL that was the source of this response. If the request that generated this response redirected, this method will return the final redirect location. N)rarhistoryZredirect_locationrjrr r r!geturlszHTTPResponse.geturlccsg}|jddD]n}d|krt|d}d||ddV|ddD]}|dVqJ|drn|dg}q~g}q||q|rd|VdS)NTrY rrrr)rrIjoinappend)rbufferrxr r r!__iter__&s    zHTTPResponse.__iter__)rTNrrNrTTNNNNNFNNT)NNF)rN)N)NN)-r-r.r/rNrr>rzr"r{r|r~propertyr+rvrrrqrrrrrrrrrrUr classmethodrrrrrrrrArrrrrrrrr r r r!rRsz   C    4    7 J         F rR)/ __future__rrloggingr contextlibrsocketrr}rrr> ImportError _collectionsrrvrr exceptionsr r r r rrrrrrpackagesrZ util.responserr getLoggerr-robjectrr0r5r=rBrCrrRr r r r!s0       0