string quoted_string_decode(string s)
Decodes the given string which has been encoded as a quoted-string according to RFC 2616 section 2.2. s is assumed to not include the surrounding " chars.
quoted_string_encode