Hello everyone,

I just wrote my first ring middleware (I'm pretty much a newbie to functional programming and Clojure in general), and I'd appreciate if someone wants to give me some tips or constructive criticism (and it can be off-list as well).

The goal is to enable per-file-type browser caching hints. I had found some other plugins that either set it to 0 (no-cache) or did it based on server response code, but none that took into account filetype. I was inspired by a similar thing Apache can do.

A big thank you to this community! #clojure on Freenode has been amazing, and most of the time this list is a very interesting read.

https://github.com/slester/browser-caching

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to