Like ring.file, but takes an additional statics, a coll of Strings that will
be used to test incoming requests uris. If a uri begins with any of the
strings in the statics coll, the middleware will check to see if a file can be
served from the public-dir before proxying back to the given app; if the uri
does not correspond to one of these strings, the middleware proxies the
request directly back to the app without touching the filesystem.
Comments top
No comments for wrap-static. Log in to add a comment.