module Qeweney::RequestInfoMethods

def method

def method
  @method ||= @headers[':method'].downcase
end