Defines a reply response for POST requests with urlPattern.
response
urlPattern
void replyPOST(RegExp urlPattern, String response) { simulatePOST(urlPattern, (u, p) => response); }