HttpRequest.queryString

Query string part of request (atfer the '?').

  1. string queryString [@property getter]
    class HttpRequest
    @property const pure nothrow @nogc
    string
    queryString
    ()
  2. string queryString [@property setter]

Meta