class WEBrick::HTTPRequest
@private
Attributes
Public Instance Methods
Source
# File lib/yard/server/webrick_adapter.rb, line 44 def xhr?; (self['X-Requested-With'] || "").casecmp('xmlhttprequest') == 0 end
@private
# File lib/yard/server/webrick_adapter.rb, line 44 def xhr?; (self['X-Requested-With'] || "").casecmp('xmlhttprequest') == 0 end