scrapy/scrapy/http
Daniel Grana 8b86e1d008 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
..
request Refactored implementation of Request.replace() and Response.replace() 2010-03-31 16:29:53 -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