HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/websocket-driver-0.7.5/lib/websocket/http.rb
module WebSocket
  module HTTP

    root = File.expand_path('../http', __FILE__)

    autoload :Headers,  root + '/headers'
    autoload :Request,  root + '/request'
    autoload :Response, root + '/response'

    def self.normalize_header(name)
      name.to_s.strip.downcase.gsub(/^http_/, '').gsub(/_/, '-')
    end

  end
end