Module: Mailkube::_HttpAdapter
- Defined in:
- sig/mailkube.rbs
Overview
What an HTTP adapter must respond to. Client.new(http:) accepts anything matching this.
Instance Method Summary collapse
Instance Method Details
#call ⇒ HttpResponse
14 |
# File 'sig/mailkube.rbs', line 14
def call: (method: String, url: String, headers: Hash[String, String], ?body: String?) -> HttpResponse
|