Sha256: 65da9e0cd06a3ddd9d4d1987f8a262b9ef93ae6dcbd8d03243b32a3f5e5881bb
Contents?: true
Size: 518 Bytes
Versions: 8
Compression:
Stored size: 518 Bytes
Contents
module HTTPX module Plugins module Expect EXPECT_TIMEOUT: Integer interface _ExpectOptions def expect_timeout: () -> Integer? def expect_timeout=: (int) -> Integer def with_expect_timeout: (int) -> instance def expect_threshold_size: () -> Integer? def expect_threshold_size=: (int) -> Integer def with_expect_threshold_size: (int) -> instance end def self.extra_options: (Options) -> (Options & _ExpectOptions) end end end
Version data entries
8 entries across 8 versions & 1 rubygems