Sha256: 7c382ca36c5fe98fce4aa1f125970eeb8e752745d3c765fe999e17ba5f982626

Contents?: true

Size: 485 Bytes

Versions: 1

Compression:

Stored size: 485 Bytes

Contents

module ChalkRuby
  module Transport
    class Transport
      @http_requester: Http::HttpRequester

      def request_simple: (
          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

1 entries across 1 versions & 1 rubygems

Version Path
chalk_ruby-0.1.0 sig/chalk_ruby/transport/transport.rbs