Uri.produce

Emit the content of this Uri via the provided Consumer. The output is constructed per RFC 2396.

  1. size_t produce(Consumer consume)
  2. size_t produce(Buffer!(char) buffer)
    class Uri
    final
    size_t
    produce
    (
    ref Buffer!(char) buffer
    )

Meta