# File lib/skinny.rb, line 434 def websocket? env[CONNECTION] =~ UPGRADE_REGEXP && env[UPGRADE] =~ WEBSOCKET_REGEXP end