3

V'ícëˆã@sÞdZddlZddlZddlZddlmZddlmZddl	m
Z
ddlmZm
Z
mZmZddlmZdd	lmZdd
lmZddlmZddlmZmZmZdd
lmZmZmZm Z m!Z!m"Z"m#Z#m$Z$ddlm%Z&ddl'm(Z(m)Z)ddl*m+Z+m,Z,m-Z-m.Z.m/Z/m0Z0m1Z1m2Z2m3Z3m4Z4ddl5m6Z6m7Z7m8Z8m9Z9m:Z:m;Z;m<Z<m=Z=m>Z>m?Z?m@Z@mAZAm%Z%ddl5mBZCddlDmEZEeEjFeEjGeEjHeEjIeEjJfZKdZLd"ZMdZNGdd„deOƒZPGdd„deOƒZQGdd„deQƒZRGdd„dePeQƒZSGd d!„d!eOƒZTdS)#z`
requests.models
~~~~~~~~~~~~~~~

This module contains the primary objects that power Requests.
éN)ÚRequestField)Úencode_multipart_formdata)Ú	parse_url)ÚDecodeErrorÚReadTimeoutErrorÚ
ProtocolErrorÚLocationParseError)ÚUnsupportedOperationé)Ú
default_hooks)ÚCaseInsensitiveDict)Ú
HTTPBasicAuth)Úcookiejar_from_dictÚget_cookie_headerÚ_copy_cookie_jar)Ú	HTTPErrorÚ
MissingSchemaÚ
InvalidURLÚChunkedEncodingErrorÚContentDecodingErrorÚConnectionErrorÚStreamConsumedErrorÚInvalidJSONError)ÚJSONDecodeError)Úto_native_stringÚunicode_is_ascii)
Úguess_filenameÚget_auth_from_urlÚrequote_uriÚstream_decode_response_unicodeÚto_key_val_listÚparse_header_linksÚiter_slicesÚguess_json_utfÚ	super_lenÚcheck_header_validity)
ÚCallableÚMappingÚ	cookielibÚ
urlunparseÚurlsplitÚ	urlencodeÚstrÚbytesÚis_py2ÚchardetÚbuiltin_strÚ
basestringr)Újson)Úcodeséé
iic@s0eZdZedd„ƒZedd„ƒZedd„ƒZdS)ÚRequestEncodingMixincCsNg}t|jƒ}|j}|sd}|j|ƒ|j}|rD|jdƒ|j|ƒdj|ƒS)zBuild the path URL to use.ú/ú?Ú)r*ÚurlÚpathÚappendÚqueryÚjoin)Úselfr:Úpr;r=©rAú3/tmp/pip-build-gk9425m9/requests/requests/models.pyÚpath_url?s



zRequestEncodingMixin.path_urlcCsÀt|ttfƒr|St|dƒr |St|dƒr¸g}x|t|ƒD]p\}}t|tƒsVt|dƒr\|g}xJ|D]B}|dk	rb|jt|tƒr†|jdƒn|t|tƒrœ|jdƒn|fƒqbWq8Wt|ddS|SdS)züEncode parameters in a piece of data.

        Will successfully encode parameters when passed as a dict or a list of
        2-tuples. Order is retained if data is a list of 2-tuples but arbitrary
        if parameters are supplied as a dict.
        ÚreadÚ__iter__Nzutf-8T)Údoseq)	Ú
isinstancer,r-Úhasattrr r1r<Úencoder+)ÚdataÚresultÚkÚvsÚvrArArBÚ_encode_paramsTs 	


$z#RequestEncodingMixin._encode_paramscCs¾|stdƒ‚nt|tƒr tdƒ‚g}t|p,iƒ}t|p8iƒ}xŠ|D]‚\}}t|tƒs`t|dƒrf|g}x\|D]T}|dk	rlt|tƒsŠt|ƒ}|jt|tƒr¢|jdƒn|t|tƒr¸|j	dƒn|fƒqlWqBWxà|D]Ø\}}d}d}	t|t
tfƒr.t|ƒdkr|\}
}n&t|ƒdkr |\}
}}n|\}
}}}	nt
|ƒp:|}
|}t|tttfƒrX|}n(t|dƒrn|jƒ}n|dkr|qÎn|}t|||
|	d	}
|
j|d
|j|
ƒqÎWt|ƒ\}}||fS)a¥Build the body for a multipart/form-data request.

        Will successfully encode files when passed as a dict or a list of
        tuples. Order is retained if data is a list of tuples but arbitrary
        if parameters are supplied as a dict.
        The tuples may be 2-tuples (filename, fileobj), 3-tuples (filename, fileobj, contentype)
        or 4-tuples (filename, fileobj, contentype, custom_headers).
        zFiles must be provided.zData must not be a string.rENzutf-8éérD)ÚnamerJÚfilenameÚheaders)Úcontent_type)Ú
ValueErrorrGr1r rHr-r,r<ÚdecoderIÚtupleÚlistÚlenrÚ	bytearrayrDrÚmake_multipartr)ÚfilesrJÚ
new_fieldsÚfieldsÚfieldÚvalrNrLÚftÚfhÚfnÚfpÚfdataÚrfÚbodyrUrArArBÚ
_encode_filesosP




$


z"RequestEncodingMixin._encode_filesN)Ú__name__Ú
__module__Ú__qualname__ÚpropertyrCÚstaticmethodrOrirArArArBr6>sr6c@seZdZdd„Zdd„ZdS)ÚRequestHooksMixincCsZ||jkrtd|ƒ‚t|tƒr2|j|j|ƒn$t|dƒrV|j|jdd„|DƒƒdS)zProperly register a hook.z1Unsupported event specified, with event name "%s"rEcss|]}t|tƒr|VqdS)N)rGr&)Ú.0ÚhrArArBú	<genexpr>ºsz2RequestHooksMixin.register_hook.<locals>.<genexpr>N)ÚhooksrVrGr&r<rHÚextend)r?ÚeventÚhookrArArBÚ
register_hook±s


zRequestHooksMixin.register_hookcCs.y|j|j|ƒdStk
r(dSXdS)ziDeregister a previously registered hook.
        Returns True if the hook existed, False if not.
        TFN)rsÚremoverV)r?rurvrArArBÚderegister_hook¼s
z!RequestHooksMixin.deregister_hookN)rjrkrlrwryrArArArBro°sroc
@s*eZdZdZd	dd„Zdd„Zdd„ZdS)
ÚRequesta{A user-created :class:`Request <Request>` object.

    Used to prepare a :class:`PreparedRequest <PreparedRequest>`, which is sent to the server.

    :param method: HTTP method to use.
    :param url: URL to send.
    :param headers: dictionary of headers to send.
    :param files: dictionary of {filename: fileobject} files to multipart upload.
    :param data: the body to attach to the request. If a dictionary or
        list of tuples ``[(key, value)]`` is provided, form-encoding will
        take place.
    :param json: json for the body to attach to the request (if files or data is not specified).
    :param params: URL parameters to append to the URL. If a dictionary or
        list of tuples ``[(key, value)]`` is provided, form-encoding will
        take place.
    :param auth: Auth handler or (user, pass) tuple.
    :param cookies: dictionary or CookieJar of cookies to attach to this request.
    :param hooks: dictionary of callback hooks, for internal usage.

    Usage::

      >>> import requests
      >>> req = requests.Request('GET', 'https://httpbin.org/get')
      >>> req.prepare()
      <PreparedRequest [GET]>
    Nc
Csº|dkrgn|}|dkrgn|}|dkr,in|}|dkr<in|}|	dkrLin|	}	tƒ|_x&t|	jƒƒD]\}}|j||dqfW||_||_||_||_||_	|
|_
||_||_||_
dS)N)rurv)rrsrYÚitemsrwÚmethodr:rTr]rJr2ÚparamsÚauthÚcookies)
r?r|r:rTr]rJr}r~rrsr2rLrNrArArBÚ__init__äs"zRequest.__init__cCs
d|jS)Nz<Request [%s]>)r|)r?rArArBÚ__repr__ýszRequest.__repr__cCs<tƒ}|j|j|j|j|j|j|j|j|j	|j
|jd
|S)zXConstructs a :class:`PreparedRequest <PreparedRequest>` for transmission and returns it.)
r|r:rTr]rJr2r}r~rrs)ÚPreparedRequestÚpreparer|r:rTr]rJr2r}r~rrs)r?r@rArArBrƒs
zRequest.prepare)
NNNNNNNNNN)rjrkrlÚ__doc__r€rrƒrArArArBrzÈs

rzc
@s‚eZdZdZdd„Zddd„Zdd„Zd	d
„Zdd„Ze	d
d„ƒZ
dd„Zdd„Zddd„Z
dd„Zd dd„Zdd„Zdd„ZdS)!r‚a)The fully mutable :class:`PreparedRequest <PreparedRequest>` object,
    containing the exact bytes that will be sent to the server.

    Instances are generated from a :class:`Request <Request>` object, and
    should not be instantiated manually; doing so may produce undesirable
    effects.

    Usage::

      >>> import requests
      >>> req = requests.Request('GET', 'https://httpbin.org/get')
      >>> r = req.prepare()
      >>> r
      <PreparedRequest [GET]>

      >>> s = requests.Session()
      >>> s.send(r)
      <Response [200]>
    cCs0d|_d|_d|_d|_d|_tƒ|_d|_dS)N)r|r:rTÚ_cookiesrhrrsÚ_body_position)r?rArArBr€'szPreparedRequest.__init__NcCsR|j|ƒ|j||ƒ|j|ƒ|j|ƒ|j|||
ƒ|j||ƒ|j|	ƒdS)z6Prepares the entire request with the given parameters.N)Úprepare_methodÚprepare_urlÚprepare_headersÚprepare_cookiesÚprepare_bodyÚprepare_authÚ
prepare_hooks)r?r|r:rTr]rJr}r~rrsr2rArArBrƒ8s


zPreparedRequest.preparecCs
d|jS)Nz<PreparedRequest [%s]>)r|)r?rArArBrJszPreparedRequest.__repr__cCsXtƒ}|j|_|j|_|jdk	r*|jjƒnd|_t|jƒ|_|j|_|j|_|j	|_	|S)N)
r‚r|r:rTÚcopyrr…rhrsr†)r?r@rArArBrŽMszPreparedRequest.copycCs$||_|jdk	r t|jjƒƒ|_dS)zPrepares the given HTTP method.N)r|rÚupper)r?r|rArArBr‡Xs
zPreparedRequest.prepare_methodcCs@ddl}y|j|ddjdƒ}Wn|jk
r:t‚YnX|S)NrT)Úuts46zutf-8)ÚidnarIrWÚ	IDNAErrorÚUnicodeError)Úhostr‘rArArBÚ_get_idna_encoded_host^s
z&PreparedRequest._get_idna_encoded_hostcCs0t|tƒr|jdƒ}ntr"t|ƒnt|ƒ}|jƒ}d|krT|jƒjdƒrT||_	dSyt
|ƒ\}}}}}}}	Wn,tk
rš}
zt|
j
Ž‚WYdd}
~
XnX|s¼d}|jt|dƒƒ}t|ƒ‚|sÌtd|ƒ‚t|ƒsy|j|ƒ}Wntk
rtdƒ‚YnXn|jdƒrtdƒ‚|p"d
}|r2|d7}||7}|rP|dt|ƒ7}|sZd}trÎt|tƒrv|jd
ƒ}t|tƒrŒ|jd
ƒ}t|tƒr¢|jd
ƒ}t|tƒr¸|jd
ƒ}t|	tƒrÎ|	jd
ƒ}	t|ttfƒræt|ƒ}|j|ƒ}
|
r|r
d||
f}n|
}tt|||d||	gƒƒ}||_	dS)zPrepares the given HTTP URL.Úutf8ú:ÚhttpNzDInvalid URL {0!r}: No scheme supplied. Perhaps you meant http://{0}?z Invalid URL %r: No host suppliedzURL has an invalid label.Ú*Ú.r9ú@r7zutf-8z%s&%s)r™rš)rGr-rWr.Úunicoder,ÚlstripÚlowerÚ
startswithr:rrrÚargsÚformatrrrr•r“rIrOrr))r?r:r}Úschemer~r”Úportr;r=ÚfragmentÚeÚerrorÚnetlocÚ
enc_paramsrArArBrˆhsh








zPreparedRequest.prepare_urlcCs@tƒ|_|r<x.|jƒD]"}t|ƒ|\}}||jt|ƒ<qWdS)z Prepares the given HTTP headers.N)rrTr{r%r)r?rTÚheaderrRÚvaluerArArBr‰¾szPreparedRequest.prepare_headersc	"Cs¶d}d}|rp|dk	rpd}ytj|dd}Wn.tk
rZ}zt||d‚WYdd}~XnXt|tƒsp|jdƒ}tt|dƒt|t	t
ttfƒgƒ}|r<yt
|ƒ}Wntttfk
rÂd}YnX|}t|ddƒdk	ry|jƒ|_Wn"ttfk
r
tƒ|_YnX|rtd	ƒ‚|r0t|ƒ|jd
<n
d|jd<np|rT|j||ƒ\}}n2|r†|j|ƒ}t|t	ƒs|t|d
ƒr‚d}nd}|j|ƒ|r¬d|jkr¬||jd<||_dS)z"Prepares the given HTTP body data.Nzapplication/jsonF)Ú	allow_nan)Úrequestzutf-8rEÚtellz1Streamed bodies and files are mutually exclusive.zContent-LengthÚchunkedzTransfer-EncodingrDz!application/x-www-form-urlencodedzcontent-typezContent-Type)ÚcomplexjsonÚdumpsrVrrGr-rIÚallrHr1rYrXr'r$Ú	TypeErrorÚAttributeErrorr	Úgetattrr­r†ÚIOErrorÚOSErrorÚobjectÚNotImplementedErrorr0rTrirOÚprepare_content_lengthrh)	r?rJr]r2rhrUÚveÚ	is_streamÚlengthrArArBr‹ÉsP





zPreparedRequest.prepare_bodycCsL|dk	r$t|ƒ}|rHt|ƒ|jd<n$|jdkrH|jjdƒdkrHd|jd<dS)z>Prepare Content-Length header based on request method and bodyNzContent-LengthÚGETÚHEADÚ0)r½r¾)r$r0rTr|Úget)r?rhr¼rArArBr¹sz&PreparedRequest.prepare_content_lengthr9cCsj|dkr"t|jƒ}t|ƒr|nd}|rft|tƒrDt|ƒdkrDt|Ž}||ƒ}|jj|jƒ|j	|j
ƒdS)z"Prepares the given HTTP auth data.NrP)rr:ÚanyrGrXrZr
Ú__dict__Úupdater¹rh)r?r~r:Úurl_authÚrrArArBrŒ s
zPreparedRequest.prepare_authcCs@t|tjƒr||_n
t|ƒ|_t|j|ƒ}|dk	r<||jd<dS)aPrepares the given HTTP cookie data.

        This function eventually generates a ``Cookie`` header from the
        given cookies using cookielib. Due to cookielib's design, the header
        will not be regenerated if it already exists, meaning this function
        can only be called once for the life of the
        :class:`PreparedRequest <PreparedRequest>` object. Any subsequent calls
        to ``prepare_cookies`` will have no actual effect, unless the "Cookie"
        header is removed beforehand.
        NÚCookie)rGr(Ú	CookieJarr…rrrT)r?rÚ
cookie_headerrArArBrŠ6s
zPreparedRequest.prepare_cookiescCs*|pg}x|D]}|j|||ƒqWdS)zPrepares the given hooks.N)rw)r?rsrurArArBrJs
zPreparedRequest.prepare_hooks)
NNNNNNNNNN)N)r9)rjrkrlr„r€rƒrrŽr‡rnr•rˆr‰r‹r¹rŒrŠrrArArArBr‚s

V
J
r‚c
@seZdZdZdddddddd	d
dg
Zdd
„Zdd„Zdd„Zdd„Zdd„Z	dd„Z
dd„Zdd„Zdd„Z
edd„ƒZed d!„ƒZed"d#„ƒZed$d%„ƒZed&d'„ƒZd;d*d+„Zed)d,fd-d.„Zed/d0„ƒZed1d2„ƒZd3d4„Zed5d6„ƒZd7d8„Zd9d:„Zd,S)<ÚResponsezhThe :class:`Response <Response>` object, which contains a
    server's response to an HTTP request.
    Ú_contentÚstatus_coderTr:ÚhistoryÚencodingÚreasonrÚelapsedr¬cCs^d|_d|_d|_d|_tƒ|_d|_d|_d|_g|_	d|_
tiƒ|_t
jdƒ|_d|_dS)NFr)rÊÚ_content_consumedÚ_nextrËrrTÚrawr:rÍrÌrÎrrÚdatetimeÚ	timedeltarÏr¬)r?rArArBr€^s
zResponse.__init__cCs|S)NrA)r?rArArBÚ	__enter__szResponse.__enter__cGs|jƒdS)N)Úclose)r?r rArArBÚ__exit__szResponse.__exit__cs ˆjsˆj‡fdd„ˆjDƒS)Ncsi|]}tˆ|dƒ|“qS)N)r´)rpÚattr)r?rArBú
<dictcomp>™sz)Response.__getstate__.<locals>.<dictcomp>)rÐÚcontentÚ	__attrs__)r?rA)r?rBÚ__getstate__“szResponse.__getstate__cCs>x |jƒD]\}}t|||ƒq
Wt|ddƒt|ddƒdS)NrÐTrÒ)r{Úsetattr)r?ÚstaterRrªrArArBÚ__setstate__›szResponse.__setstate__cCs
d|jS)Nz<Response [%s]>)rË)r?rArArBr£szResponse.__repr__cCs|jS)akReturns True if :attr:`status_code` is less than 400.

        This attribute checks if the status code of the response is between
        400 and 600 to see if there was a client error or a server error. If
        the status code, is between 200 and 400, this will return True. This
        is **not** a check to see if the response code is ``200 OK``.
        )Úok)r?rArArBÚ__bool__¦szResponse.__bool__cCs|jS)akReturns True if :attr:`status_code` is less than 400.

        This attribute checks if the status code of the response is between
        400 and 600 to see if there was a client error or a server error. If
        the status code, is between 200 and 400, this will return True. This
        is **not** a check to see if the response code is ``200 OK``.
        )rà)r?rArArBÚ__nonzero__°szResponse.__nonzero__cCs
|jdƒS)z,Allows you to use a response as an iterator.é€)Úiter_content)r?rArArBrEºszResponse.__iter__cCs&y|jƒWntk
r dSXdS)axReturns True if :attr:`status_code` is less than 400, False if not.

        This attribute checks if the status code of the response is between
        400 and 600 to see if there was a client error or a server error. If
        the status code is between 200 and 400, this will return True. This
        is **not** a check to see if the response code is ``200 OK``.
        FT)Úraise_for_statusr)r?rArArBrà¾s
	zResponse.okcCsd|jko|jtkS)zšTrue if this Response is a well-formed HTTP redirect that could have
        been processed automatically (by :meth:`Session.resolve_redirects`).
        Úlocation)rTrËÚREDIRECT_STATI)r?rArArBÚis_redirectÍszResponse.is_redirectcCsd|jko|jtjtjfkS)z@True if this Response one of the permanent versions of redirect.ræ)rTrËr3Úmoved_permanentlyÚpermanent_redirect)r?rArArBÚis_permanent_redirectÔszResponse.is_permanent_redirectcCs|jS)zTReturns a PreparedRequest for the next request in a redirect chain, if there is one.)rÑ)r?rArArBÚnextÙsz
Response.nextcCstj|jƒdS)zOThe apparent encoding, provided by the charset_normalizer or chardet libraries.rÍ)r/ÚdetectrÚ)r?rArArBÚapparent_encodingÞszResponse.apparent_encodingr
Fcs~‡‡fdd„}ˆjr(tˆjtƒr(tƒ‚n$ˆdk	rLtˆtƒrLtdtˆƒƒ‚tˆjˆƒ}|ƒ}ˆjrh|n|}|rzt	|ˆƒ}|S)aøIterates over the response data.  When stream=True is set on the
        request, this avoids reading the content at once into memory for
        large responses.  The chunk size is the number of bytes it should
        read into memory.  This is not necessarily the length of each item
        returned as decoding can take place.

        chunk_size must be of type int or None. A value of None will
        function differently depending on the value of `stream`.
        stream=True will read data as it arrives in whatever size the
        chunks are received. If stream=False, data is returned as
        a single chunk.

        If decode_unicode is True, content will be decoded using the best
        available encoding based on the response.
        c3sÖtˆjdƒr®y$xˆjjˆddD]
}|Vq WWqÌtk
rZ}zt|ƒ‚WYdd}~XqÌtk
r‚}zt|ƒ‚WYdd}~XqÌtk
rª}zt|ƒ‚WYdd}~XqÌXnxˆjj	ˆƒ}|sÂP|Vq°Wdˆ_
dS)NÚstreamT)Údecode_content)rHrÒrïrrrrrrrDrÐ)Úchunkr¥)Ú
chunk_sizer?rArBÚgenerateôs 
z'Response.iter_content.<locals>.generateNz.chunk_size must be an int, it is instead a %s.)
rÐrGrÊÚboolrÚintr²Útyper"r)r?ròÚdecode_unicoderóÚ
reused_chunksÚ
stream_chunksÚchunksrA)ròr?rBräãs
zResponse.iter_contentNccsœd}x„|j||dD]r}|dk	r(||}|r8|j|ƒ}n|jƒ}|rn|drn|rn|dd|dkrn|jƒ}nd}x|D]
}|VqxWqW|dk	r˜|VdS)zõIterates over the response data, one line at a time.  When
        stream=True is set on the request, this avoids reading the
        content at once into memory for large responses.

        .. note:: This method is not reentrant safe.
        N)ròr÷r
éÿÿÿÿrûrûrû)räÚsplitÚ
splitlinesÚpop)r?ròr÷Ú	delimiterÚpendingrñÚlinesÚlinerArArBÚ
iter_liness$

zResponse.iter_linescCsV|jdkrJ|jrtdƒ‚|jdks,|jdkr4d|_ndj|jtƒƒpFd|_d|_|jS)z"Content of the response, in bytes.Fz2The content for this response was already consumedrNóT)rÊrÐÚRuntimeErrorrËrÒr>räÚCONTENT_CHUNK_SIZE)r?rArArBrÚ9s
zResponse.contentcCshd}|j}|jstdƒS|jdkr(|j}yt|j|dd}Wn&ttfk
rbt|jdd}YnX|S)aÚContent of the response, in unicode.

        If Response.encoding is None, encoding will be guessed using
        ``charset_normalizer`` or ``chardet``.

        The encoding of the response content is determined based solely on HTTP
        headers, following RFC 2616 to the letter. If you can take advantage of
        non-HTTP knowledge to make a better guess at the encoding, you should
        set ``r.encoding`` appropriately before accessing this property.
        Nr9Úreplace)Úerrors)rÍrÚr,rîÚLookupErrorr²)r?rÚrÍrArArBÚtextMs
z
Response.textcKs´|jrZ|jrZt|jƒdkrZt|jƒ}|dk	rZytj|jj|ƒf|ŽStk
rXYnXytj|jf|ŽSt	k
r®}z(t
rŒt|jƒ‚nt|j
|j|jƒ‚WYdd}~XnXdS)zýReturns the json-encoded content of a response, if any.

        :param \*\*kwargs: Optional arguments that ``json.loads`` takes.
        :raises requests.exceptions.JSONDecodeError: If the response body does not
            contain valid json.
        rQN)rÍrÚrZr#r¯ÚloadsrWÚUnicodeDecodeErrorr
rr.ÚRequestsJSONDecodeErrorÚmessageÚmsgÚdocÚpos)r?ÚkwargsrÍr¥rArArBr2ss
z
Response.jsoncCsJ|jjdƒ}i}|rFt|ƒ}x(|D] }|jdƒp8|jdƒ}|||<q"W|S)z8Returns the parsed header links of the response, if any.ÚlinkÚrelr:)rTrÀr!)r?r©ÚlÚlinksrÚkeyrArArBr—s
zResponse.linkscCs¸d}t|jtƒrDy|jjdƒ}WqJtk
r@|jjdƒ}YqJXn|j}d|jko^dknrxd|j||jf}n,d|jkoŒdknr¤d|j||jf}|r´t||d	‚d
S)z+Raises :class:`HTTPError`, if one occurred.r9zutf-8z
iso-8859-1iiôz%s Client Error: %s for url: %siXz%s Server Error: %s for url: %s)ÚresponseN)rGrÎr-rWrrËr:r)r?Úhttp_error_msgrÎrArArBrå©szResponse.raise_for_statuscCs0|js|jjƒt|jddƒ}|dk	r,|ƒdS)zØReleases the connection back to the pool. Once this method has been
        called the underlying ``raw`` object must not be accessed again.

        *Note: Should not normally need to be called explicitly.*
        Úrelease_connN)rÐrÒrÖr´)r?rrArArBrÖÂs

zResponse.close)r
F)rjrkrlr„rÛr€rÕr×rÜrßrrárârErmràrèrërìrîräÚITER_CHUNK_SIZErrÚr
r2rrårÖrArArArBrÉTs2
/


7&$rÉi()Ur„rÓÚsysÚencodings.idnaÚ	encodingsZurllib3.fieldsrZurllib3.filepostrZurllib3.utilrZurllib3.exceptionsrrrrÚior	rsrÚ
structuresrr~r
rrrrÚ
exceptionsrrrrrrrrrr
Ú_internal_utilsrrÚutilsrrrrr r!r"r#r$r%Úcompatr&r'r(r)r*r+r,r-r.r/r0r1r2r¯Ústatus_codesr3ÚmovedÚfoundÚotherÚtemporary_redirectrêrçÚDEFAULT_REDIRECT_LIMITrrr·r6rorzr‚rÉrArArArBÚ<module>sD(0<rJD