This handler implements the Basic web authentication protocol outlined in RFC 2617.
This sends back a directory listing in html text.
This is the most basic Handler of a web server.
This Handler prints out the incoming Http Request, and echos it back as plain text.
This redirects or rewrites URLs based on a regular expression.
This serves up files from the class path.