Function | get_base_url |
Return the base url of the given response, joined with the response url |
Function | get_meta_refresh |
Parse the http-equiv refrsh parameter from the given response |
Function | open_in_browser |
Open the given response in a local web browser, populating the <base> tag for external links to work |
Function | response_httprepr |
Return raw HTTP representation (as bytes) of the given response. This is provided only for reference, since it's not the exact stream of bytes that was received (that's not exposed by Twisted). |
Function | response_status_message |
Return status code plus status text descriptive message |
Variable | _baseurl_cache |
Undocumented |
Variable | _metaref_cache |
Undocumented |
Parameters | |
response:scrapy.http.response.text.TextResponse | Undocumented |
Returns | |
str | Undocumented |
Parameters | |
response:scrapy.http.response.text.TextResponse | Undocumented |
ignore_tags:Optional[ | Undocumented |
Returns | |
Union[ | Undocumented |
Parameters | |
response:Union[ | Undocumented |
_openfunc:Callable[ | Undocumented |
Returns | |
Any | Undocumented |
Parameters | |
response:Response | Undocumented |
Returns | |
bytes | Undocumented |
Parameters | |
status:Union[ | Undocumented |
Returns | |
str | Undocumented |
WeakKeyDictionary[ Response, Union[ Tuple[ None, None], Tuple[ float, str]]]
=
Undocumented