Defines a reply response for OPTIONS requests with urlPattern.
response
urlPattern
void replyOPTIONS(RegExp urlPattern, String response) { simulateOPTIONS(urlPattern, (u, p) => response); }