Sha256: 8e0c561cb4d4064a93077aa122196fb9c155d796f6bbdefceeca6528e30523b1

Contents?: true

Size: 102 Bytes

Versions: 41

Compression:

Stored size: 102 Bytes

Contents

module ServerConfig
  def addr
    config[:BindAddress]
  end

  def port
    config[:Port]
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
http-2.0.1 spec/support/servers/config.rb
http-2.0.0 spec/support/servers/config.rb
http-2.0.0.pre spec/support/servers/config.rb
http-1.0.4 spec/support/servers/config.rb
http-0.9.9 spec/support/servers/config.rb
http-1.0.3 spec/support/servers/config.rb
http-1.0.2 spec/support/servers/config.rb
http-1.0.1 spec/support/servers/config.rb
http-1.0.0 spec/support/servers/config.rb
http-1.0.0.pre6 spec/support/servers/config.rb
http-1.0.0.pre5 spec/support/servers/config.rb
http-1.0.0.pre4 spec/support/servers/config.rb
http-1.0.0.pre3 spec/support/servers/config.rb
http-1.0.0.pre2 spec/support/servers/config.rb
http-1.0.0.pre1 spec/support/servers/config.rb
http-0.9.8 spec/support/servers/config.rb
http-0.9.7 spec/support/servers/config.rb
http-0.9.6 spec/support/servers/config.rb
http-0.9.5 spec/support/servers/config.rb
http-0.9.4 spec/support/servers/config.rb