Sha256: 2244d108242c3a04755818d973c94aff8ce6cc965663b2674058538cf367e194

Contents?: true

Size: 409 Bytes

Versions: 14

Compression:

Stored size: 409 Bytes

Contents

module HTTPX
  module Plugins
    module Expect
      EXPECT_TIMEOUT: Integer
      
      interface _ExpectOptions
        def expect_timeout: () -> Integer?
        def expect_timeout=: (int) -> Integer

        def expect_threshold_size: () -> Integer?
        def expect_threshold_size=: (int) -> Integer
      end
 
      def self.extra_options: (Options) -> (Options & _ExpectOptions)
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
httpx-0.15.4 sig/plugins/expect.rbs
httpx-0.15.3 sig/plugins/expect.rbs
httpx-0.15.2 sig/plugins/expect.rbs
httpx-0.15.1 sig/plugins/expect.rbs
httpx-0.15.0 sig/plugins/expect.rbs
httpx-0.14.5 sig/plugins/expect.rbs
httpx-0.14.4 sig/plugins/expect.rbs
httpx-0.14.3 sig/plugins/expect.rbs
httpx-0.14.2 sig/plugins/expect.rbs
httpx-0.14.1 sig/plugins/expect.rbs
httpx-0.14.0 sig/plugins/expect.rbs
httpx-0.13.2 sig/plugins/expect.rbs
httpx-0.13.1 sig/plugins/expect.rbs
httpx-0.13.0 sig/plugins/expect.rbs