summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/webrick-1.9.2/sig/config.rbs
blob: be0a6a6834ed54eb84f2c8945371dc23c46caff3 (plain)
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