lib/restfulness/request.rb in restfulness-0.3.0 vs lib/restfulness/request.rb in restfulness-0.3.1

- old
+ new

@@ -3,9 +3,10 @@ # Simple, indpendent, request interface for dealing with the incoming information # in a request. # # Currently wraps around the information provided in a Rack Request object. class Request + include Requests::Authorization # Who does this request belong to? attr_reader :app # The HTTP action being handled