Uri.encode

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

  1. size_t encode(Consumer consume, const(char)[] s, int flags)
    class Uri
    static
    encode
    (
    Consumer consume
    ,
    const(char)[] s
    ,
    int flags
    )
  2. char[] encode(const(char)[] text, int flags)

Meta