do_HEAD(req, res) Instance Public methods Dispatches to #do_GET
do_GET(req, res) Instance Public methods Raises a NotFound exception
new(server, *options) Class Public methods Initializes a new servlet for server using options which are stored as-is in +@options+. +@logger+ is also provided.
get_instance(server, *options) Class Public methods Factory for servlet instances that will handle a request from server using options from the mount point. By default a new servlet instance is created for every call.
virtual_host(server) Instance Public methods Adds server as a virtual host.
unmount(dir) Instance Public methods Unmounts dir umount
umount(dir) Instance Public methods Alias for: unmount
service(req, res) Instance Public methods Services req and fills in res
search_servlet(path) Instance Public methods Finds a servlet for path
run(sock) Instance Public methods Processes requests on sock
Page 468 of 2275