st_funs.pl -- Predefined functions

Defines various helper functions to work with templates, HTML and otherwise.

 encode_path(+Path, -Encoded) is det
Implements function to encode the path value of an URI. See uri_encoded/3.
 encode_query_value(+QueryValue, -Encoded) is det
Implements function to encode the query value of an URI. See uri_encoded/3.
 encode_fragment(+Fragment, -Encoded) is det
Implements function to encode the fragment of an URI. See uri_encoded/3.