module Rack::Handler::FTW::connection

The rack specification insists that 'rack.input' objects support rewind. Bleh. Just lie about it and monkeypatch it in. This is required for Sinatra to accept 'post' requests, otherwise it barfs.