Uri.encode

Encode uri characters into a Consumer, such that reserved chars are converted into their %hex version.

  1. size_t encode(Consumer consume, cstring s, int flags)
    class Uri
    static
    size_t
    encode
    (
    scope Consumer consume
    ,,
    int flags
    )
  2. mstring encode(cstring text, int flags)

Meta