scrapy/scrapy/http
Juan Picca 2ddbbc8152 allow passing custom headers in FormRequest.from_response() 2010-07-08 14:02:28 -03:00
..
request allow passing custom headers in FormRequest.from_response() 2010-07-08 14:02:28 -03:00
response Minimize effect of http://bugs.python.org/issue8271 on TextResponses by changing str.decode errors policy by custom `replace` alike error handler 2010-04-07 00:29:53 -03:00
__init__.py remove Url class and use str instead for Request and Response urls. Also added urlparse_cached function for achieving the same caching functionality provided by old Url class 2009-08-17 21:16:55 -03:00
cookies.py remove Url class and use str instead for Request and Response urls. Also added urlparse_cached function for achieving the same caching functionality provided by old Url class 2009-08-17 21:16:55 -03:00
headers.py added __slots__ to Request/Response/Headers objects, to reduce memory footprint 2009-08-17 13:01:33 -03:00