Ruby WEBrick::HTTPServer Functions
EditRocket provides the following information on WEBrick::HTTPServer functions in the Ruby source code builder.
access_log(config, req, res) -
do_OPTIONS(req, res) -
lookup_server(req) -
mount(dir, servlet, *options) -
mount_proc(dir, proc=nil, &block) -
new(config={}, default=Config::HTTP) -
run(sock) -
search_servlet(path) -
service(req, res) -
umount(dir) - "Alias for #unmount"
unmount(dir) -
virtual_host(server) -