File: config.rbs

package info (click to toggle)
ruby-webrick 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 756 kB
  • sloc: ruby: 7,781; sh: 4; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module WEBrick
  module Config
    LIBDIR: String

    # for GenericServer
    General: Hash[Symbol, untyped]

    # for HTTPServer, HTTPRequest, HTTPResponse ...
    HTTP: Hash[Symbol, untyped]

    FileHandler: Hash[Symbol, untyped]

    BasicAuth: Hash[Symbol, untyped]

    DigestAuth: Hash[Symbol, untyped]
  end
end