Defines a reply response for GET requests with urlPattern.
response
urlPattern
void replyGET(RegExp urlPattern, String response) { simulateGET(urlPattern, (u, p) => response); }