Example:
> Protocols.HTTP.http_encode_query( (["anna":"eva","lilith":"blue"]) ); Result: "lilith=blue&anna=eva" > Protocols.HTTP.http_encode_query( (["&":"&","'=\"":"\0\0\0"]) ); Result: "%26amp%3b=%26&%27%3d%22=%00%00%00"
Do not use this function to protect URLs, since it will protect URL characters like '/' and '?'.