class Rack::Request

Public Instance Methods

negotiated?() click to toggle source
# File lib/rack/conneg.rb, line 176
def negotiated?     ; not @env['rack.conneg.type'].nil? ; end
negotiated_ext() click to toggle source
# File lib/rack/conneg.rb, line 175
def negotiated_ext  ; @env['rack.conneg.ext']           ; end
negotiated_type() click to toggle source
# File lib/rack/conneg.rb, line 177
def negotiated_type ; @env['rack.conneg.type']          ; end