| resolve_request/4 | Returns the response() from the first entry in
the given dispatch rules which pattern-matches the given basic resource
and arguments of a URI and which is set to allow the given
IP address of the client. |
resolve_request(Tail::[dispatch()], Resource::string(), Args::string(), RemoteAddress::ip()) -> {response(), conf()}
Returns the response() from the first entry in
the given dispatch rules which pattern-matches the given basic resource
and arguments of a URI and which is set to allow the given
IP address of the client. Additional configuation settings may be
specified in a list in the dispatch (they will override existing ones.)