uri_encode
Description:
[ Version ( replacement = "URI.encode" ) ]
public string uri_encode (string part, string? escape_extra)
This typeof (unichar2)-encodes the given
URI part and returns the escaped version in allocated memory, which the caller must free when it is done.
Parameters:
| part |
a URI part |
| escape_extra |
additional reserved characters to escape (or |
Returns:
|
the encoded URI part |
Namespace: Soup
Package: libsoup-2.4