scrapy/scrapy/http
Daniel Graña 2371a2a0df Merge pull request #2789 from starrify/add-response-follow-tag-link
[MRG+1] Added: Now supporting <link> tags in Response.follow
2017-07-24 15:41:30 -03:00
..
request Improve error message when callback is not callable 2017-07-24 11:12:09 -03:00
response Added: Now supporting <link> tags in Response.follow 2017-06-14 17:09:42 +08: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