Request.path

Set/Get path for next request.

  1. string path [@property setter]
    struct Request
    @property pure @nogc
    void
    path
    (
    string p
    )
  2. string path [@property getter]

Meta