Defines a reply response for PUT requests with urlPattern.
response
urlPattern
void replyPUT(RegExp urlPattern, String response) { simulatePUT(urlPattern, (u, p) => response); }