module SmartProxyRemoteExecutionSsh::WEBrickExt::HTTPRequestExt
An extension to ::WEBrick::HTTPRequest to expost the socket object for highjacking for cockpit
Public Instance Methods
meta_vars()
click to toggle source
Calls superclass method
# File lib/smart_proxy_remote_execution_ssh/webrick_ext.rb, line 5 def meta_vars super.merge('WEBRICK_SOCKET' => @socket) end