capybara-webkit/lib/capybara
Ryan Winograd c0c9d701ef Allow response header value to contain a colon
HTTP response header field values are allowed to contain separators
(which includes the colon) as long as they appear within quotes
(http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2). This
commit enables `Browser#response_headers` to handle a field value that
contains a colon followed by a space (i.e., ": ") without breaking.
2015-04-13 11:38:35 -04:00
..
webkit Allow response header value to contain a colon 2015-04-13 11:38:35 -04:00
webkit.rb Follow new capybara driver naming/module conventions 2012-07-08 12:31:18 -07:00