v0.9.0
tagfe7ee44f70266d2957207b237beb5a76049cfdde
object 3a7387205dd5791a443215ae6b365865e0eacfa3
authorEric Wong <normalperson@yhbt.net>
Mon, 21 May 2012 00:06:09 +0000 (21 00:06 +0000)
raindrops 0.9.0 - minor middleware/proxy update

Raindrops::Middleware::Proxy now forwards method_missing
to the proxied body object.  This allows compatibility
with non-standard Rack extensions employed by some
middlewares, applications, or servers.

Thanks to Ben Somers for the feature!