<div dir="ltr">The docs for web-server/dispatch allude to the filesystem server that lurks behind the dispatch rules to handle requests that are not handled by dispatch rules.<div><br></div><div style>Is there a way to explicitly send a request to the filesystem server? </div>
<div style><br></div><div style>For instance, I have a dispatch route that checks if the requested file exists, and if not, generates it immediately and saves it to disk. However, at that point, I'd prefer to take the original request and pass it to the filesystem server.</div>
<div style><br></div><div style><br></div></div>