Sha256: 42dc7387088d93b4cc2dfe8bf481cf49bd7fa0c27a0c69532b3499657ee71336

Contents?: true

Size: 133 Bytes

Versions: 36

Compression:

Stored size: 133 Bytes

Contents

# frozen_string_literal: true

module ServerConfig
  def addr
    config[:BindAddress]
  end

  def port
    config[:Port]
  end
end

Version data entries

36 entries across 36 versions & 3 rubygems

Version Path
http-4.2.0 spec/support/servers/config.rb
http-4.1.1 spec/support/servers/config.rb
http-4.1.0 spec/support/servers/config.rb
http-4.0.5 spec/support/servers/config.rb
http-4.0.4 spec/support/servers/config.rb
http-5.0.0.pre spec/support/servers/config.rb
http-4.0.3 spec/support/servers/config.rb
http-4.0.2 spec/support/servers/config.rb
http-4.0.1 spec/support/servers/config.rb
http-4.0.0 spec/support/servers/config.rb
http-3.3.0 spec/support/servers/config.rb
http-3.2.1 spec/support/servers/config.rb
http-3.2.0 spec/support/servers/config.rb
http-3.1.0 spec/support/servers/config.rb
http-3.0.0 spec/support/servers/config.rb
http-3.0.0.pre spec/support/servers/config.rb