TypeScript API Documentation for LIBSOUP
API Version: 3.0
Library Version: 3.6.6
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Appends something like name="value" to string, taking care to escape any quotes or backslashes in value.
name="value"
string
value
If value is (non-ASCII) UTF-8, this will instead use RFC 5987 encoding, just like header_g_string_append_param.
a GLib.String being used to construct an HTTP header value
a parameter name
a parameter value
Appends something like
name="value"tostring, taking care to escape any quotes or backslashes invalue.If
valueis (non-ASCII) UTF-8, this will instead use RFC 5987 encoding, just like header_g_string_append_param.