Sha256: 1b0c7e9844de81c14d2a6987b3e1bdd961bc2efef698d7d947ccad9a8fc1059a
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 Bytes
Contents
# frozen_string_literal: true module Spidr module Settings # # @since 0.6.0 # module Timeouts # Read timeout. # # @return [Integer, nil] attr_accessor :read_timeout # Open timeout. # # @return [Integer, nil] attr_accessor :open_timeout # SSL timeout. # # @return [Integer, nil] attr_accessor :ssl_timeout # `Continue` timeout. # # @return [Integer, nil] attr_accessor :continue_timeout # `Keep-Alive` timeout. # # @return [Integer, nil] attr_accessor :keep_alive_timeout end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spidr-0.7.1 | lib/spidr/settings/timeouts.rb |