I might be mocking my service endpoints, but wanting my HTML, JS, CSS, PNG to be statically served.
service(domain).unprocessed(myUnProcessedHandler)
UnProcessedHandler would have a method:
Response handleUnprocessed(Request req) {
}
You should be able to fix response codes, mimetypes, set bodies in there.
Also, a Response.DO_ACTUAL_PROXY_HTTP_CALL would be nice (for my HTML etc need).