Open a digest password database at path
Open a group database at path
Open a password database at path
Initializes a new servlet for server
using options
which are stored as-is in +@options+. +@logger+ is also provided.
Creates a new CGI
script servlet for the script at name
Creates a new ERBHandler
on server
that will evaluate and serve the ERB
file name
Creates a DefaultFileHandler
instance for the file at local_path
.
Creates a FileHandler
servlet on server
that serves files starting at directory root
options
may be a Hash
containing keys from WEBrick::Config::FileHandler or true
or false
.
If options
is true or false then :FancyIndexing
is enabled or disabled respectively.
Creates a new FormData
object.
args
is an Array of form data entries. One FormData
will be created for each entry.
This is called by WEBrick::HTTPUtils.parse_form_data
for you
Creates a new TimeoutHandler
. You should use ::register
and ::cancel
instead of creating the timeout handler directly.
Creates an object which provides XMLRPC::Client::Proxy#method_missing
.
The given server
must be an instance of XMLRPC::Client
, which is the XML-RPC server to be used for a XML-RPC call.
prefix
and delim
will be prepended to the method name called onto this object.
An optional parameter meth
is the method to use for a RPC. It can be either, call, call2, call_async, call2_async
args
are arguments which are automatically given to every XML-RPC call before being provided through method_missing
.
Create a new streaming emitter. Emitter will print to io
. See Psych::Stream
for an example.