Module: PolarLoop::EthHttpRawBodyCapture

Defined in:
lib/polarloop/contract_caller.rb

Instance Method Summary collapse

Instance Method Details

#send_request(payload) ⇒ Object



5
6
7
8
9
# File 'lib/polarloop/contract_caller.rb', line 5

def send_request(payload)
  body = super
  Thread.current[:polarloop_last_raw_response] = body
  body
end