Next: Database operating, Previous: More complex URL remapping, Up: Hello World [Contents]
You can use regex in the URL rule.
(get "/.+\\.(png|gif|jpeg)" static-page-emitter)
static-page-emitter is an GNU Artanis API which emits a static file like images to the client.