uriTemplateEncodeTo
private fn
void uriTemplateEncodeTo(R)(string s, bool allowReserved, ref R dst) @safeWrite URI Template-encoded representation of s to dst.
Parameters
s | Input string. |
allowReserved | If true, allow reserved characters (RFC 6570 `+` / `#`). |
dst | Output range receiving encoded bytes. |