ResourceRequest.method

Undocumented in source. Be warned that the author may not have intended to support it.
  1. S method [@property getter]
  2. S method [@property setter]
    struct ResourceRequest
    @property nothrow @nogc
    void
    method
    (
    S
    )
    (
    in S m
    )
    if (
    isSomeString!S
    )

Meta