Sha256: eb643dcab2ead56552da98d09d444bb3871815977004520acfbbc3e5f20b465f
Contents?: true
Size: 594 Bytes
Versions: 14
Compression:
Stored size: 594 Bytes
Contents
module ChalkRuby module Http class HttpRequester @connections: Hash[String, _Connection] attr_accessor adapter: Net::HTTP attr_accessor logger: Logger def initialize: (String adapter, Logger logger) -> void def send_request: ( String host, Symbol method, String path, Hash[Symbol | String, untyped] body, Hash[String | Symbol, String | bool] headers, Integer timeout, Integer connect_timeout ) -> Response def connection: (String host) -> _Connection end end end
Version data entries
14 entries across 14 versions & 1 rubygems