Method: Buby#process_proxy_message
- Defined in:
- lib/buby.rb
#process_proxy_message(messageIsRequest, message) ⇒ void
This method returns an undefined value.
This method is invoked when an HTTP message is being processed by the Proxy.
1327 1328 1329 1330 |
# File 'lib/buby.rb', line 1327 def (, ) pp [:got_processProxyMessage] if $debug Buby::Implants::InterceptedProxyMessage.implant end |