scrapy/scrapy/http
Daniel Graña db714f5a07
Merge pull request #3283 from CCInCharge/issue3247
Fix #3247: Allow scrapy.FormRequest.from_response method to handle duplicate keys
2018-08-02 14:49:14 -03:00
..
request Merge pull request #3283 from CCInCharge/issue3247 2018-08-02 14:49:14 -03:00
response [MRG+1] Fix part of issue #3128 - None should not be a valid type for 'url' in Response.follow (#3131) 2018-02-22 03:37:26 +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 Added: Allowing optional arguments for `scrapy.http.cookies.CookieJar.clear` 2018-04-23 22:08:28 +08:00
headers.py Fix method name: this always returns unicode keys and values 2016-02-18 10:10:16 +03:00