about summary refs log tree commit
path: root/lib/metropolis/input_wrapper.rb
DateCommit message (Collapse)
2011-01-17use constants everywhere to reduce GC thrashing
This makes it easier to notice a typo, too.
2010-11-30support pass-through :encoding for deflate and gzip
These allow serving pre-compressed data off disk and on-the-fly uncompressing for the few clients that do not accept compressed responses.