scrapy/scrapy/http
Paul Tremberth d42a98d3b5 Use newer w3lib.url.safe_url_string() and re-enable HTTP request tests 2016-04-12 00:33:25 +02:00
..
request Use newer w3lib.url.safe_url_string() and re-enable HTTP request tests 2016-04-12 00:33:25 +02:00
response call .text from .body_as_unicode() and not the other way around 2016-01-28 00:59:27 +05: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 PY3: Implement some attributes of WrappedRequest required in Python 3 2016-02-07 14:19:27 +09:00
headers.py Fix method name: this always returns unicode keys and values 2016-02-18 10:10:16 +03:00