Coverage for scrapy/utils/http : 93%
Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
|
""" Transitional module for moving to the w3lib library.
For new code, always import from w3lib.http instead of this module """
"""Parsed body received with chunked transfer encoding, and return the decoded body.
For more info see: http://en.wikipedia.org/wiki/Chunked_transfer_encoding
"""
|