header_g_string_append_param_quoted
Description:
[ Version ( since = "2.30" ) ]
public void header_g_string_append_param_quoted (StringBuilder string, string name, string value)
Appends something like name
="value
" to string
, taking care to escape any quotes or backslashes in
value
.
If value
is (non-ASCII) UTF-8, this will instead use RFC 5987 encoding, just like
header_g_string_append_param.
Parameters:
string |
a StringBuilder being used to construct an HTTP header value |
name |
a parameter name |
value |
a parameter value |
Namespace: Soup
Package: libsoup-2.4