[Top]
Protocols
Protocols.HTTP
|
Method Protocols.HTTP.quoted_string_decode()
- Method
quoted_string_decode
-
string quoted_string_decode(string s)
- Description
-
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.
- See also
-
quoted_string_encode
|