about summary refs log tree commit homepage
tag namev0.8.0 (49d5f41b280ae4d4ed122de808b4392d1812c0a5)
tag date2011-01-21 09:09:28 +0000
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 1281d0b3cb...
downloadclogger-0.8.0.tar.gz
clogger 0.8.0 - delegating away!
Clogger now delegates all unknown methods to the response body
in cases where it needs to wrap the response body.  This allows
apps that use non-standard Rack extensions to continue working.

Eric Wong (4):
      pass along "to_io" calls to the body
      delegate method_missing calls to the response body
      pure: simpler autoload trigger
      switch to pkg.mk for maintenance tasks