module documentation

Undocumented

Class ScrapyHTTPClientFactory No class docstring; 0/20 instance variable, 0/3 class variable, 2/11 methods documented
Class ScrapyHTTPPageGetter Undocumented
Function _parse Return tuple of (scheme, netloc, host, port, path), all in bytes except for port which is int. Assume url is from Request.url, which was passed via safe_url_string and is ascii-only.
Function _parsed_url_args Undocumented
def _parse(url): (source)

Return tuple of (scheme, netloc, host, port, path), all in bytes except for port which is int. Assume url is from Request.url, which was passed via safe_url_string and is ascii-only.

def _parsed_url_args(parsed): (source)

Undocumented