Sha256: 961a2aafcd1ebf398ea928edac926f82329e6f6d7967a39d29b769683063358a
Contents?: true
Size: 487 Bytes
Versions: 13
Compression:
Stored size: 487 Bytes
Contents
module ChalkRuby module Http class HttpRequesterChalk @http_requester: Http::HttpRequester def send_request: ( Symbol method, String host, String path, Integer timeout, Integer connect_timeout, Hash[String | Symbol, untyped] headers, ?::Hash[String | Symbol, untyped] body ) -> Hash[Symbol, untyped] private def success?: (String http_response_code) -> bool end end end
Version data entries
13 entries across 13 versions & 1 rubygems