scrapy/scrapy/http
Daniel Graña b326b87154 forms: do not submit reset inputs 2013-09-07 21:53:27 -03:00
..
request forms: do not submit reset inputs 2013-09-07 21:53:27 -03:00
response url/body attributes of Request/Response objects are now immutable 2013-08-23 12:43:22 -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
common.py url/body attributes of Request/Response objects are now immutable 2013-08-23 12:43:22 -03:00
cookies.py Skipping cookie retrieval for non http requests 2013-07-22 11:33:26 -03:00
headers.py persistent scheduler: use pickle (instead of marshal) as the default serialization format, to support serializing more objects out of the box. also removed __slots__ from Request/Response objects to make them serializable by default. 2011-09-01 14:27:29 -03:00