scrapy/scrapy/http/response
Pablo Hoffman 4bb409923c improved encoding detection by adding support for HTML5 meta charset 2011-07-12 09:52:50 -03:00
..
__init__.py Simplified Request/Response __repr__ to be the same as __str__. This improves legibility and shouldn't affect any functionality, since we never use __repr__ for reconstructing a response AFAIK. Also fixes #318 2011-06-09 00:15:53 -03:00
html.py improved encoding detection by adding support for HTML5 meta charset 2011-07-12 09:52:50 -03:00
text.py * Made Response.meta attribute map to Request.meta attribute. Closes #290 2010-11-18 12:51:54 -02:00
xml.py Some improvements to Response encoding support: 2010-03-25 15:47:10 -03:00