(ns your-namespace
(:require noir.util.middleware))
Helpful middleware functions
Usage: (wrap-utf-8 handler)
DEPRECATED - Ring does this automatically now. Adds the 'charset=utf-8' clause onto the content type declaration, allowing pages to display all utf-8 characters.