Module: Fopost::HTTP::Transport
- Included in:
- NetHTTPTransport
- Defined in:
- lib/fopost/http/transport.rb
Overview
Instance Method Summary collapse
Instance Method Details
#call(method:, url:, headers:, body:) ⇒ Object
16 17 18 |
# File 'lib/fopost/http/transport.rb', line 16 def call(method:, url:, headers:, body:) raise NotImplementedError, 'a transport must implement #call' end |