to_s() Instance Public methods The HTTP version as show in the HTTP request and response. For example, â1.1â
<=>(other) Instance Public methods Compares this version with other according to the HTTP specification rules.
new(version) Class Public methods Creates a new HTTPVersion from version.
convert(version) Class Public methods Converts version into an HTTPVersion
unescape_form(str) Instance Public methods Unescapes form reserved characters in str
unescape(str) Instance Public methods Unescapes HTTP reserved and unwise characters in str
escape_path(str) Instance Public methods Escapes path str
escape_form(str) Instance Public methods Escapes form reserved characters in str
escape8bit(str) Instance Public methods Escapes 8 bit characters in str
escape(str) Instance Public methods Escapes HTTP reserved and unwise characters in str
Page 463 of 2275