Parser for XML-RPC call and response
Extends Fiddle::Closure
to allow for building the closure in a block
SSLServer
represents a TCP/IP server socket with Secure Sockets Layer.
Authenticator for the “LOGIN” authentication type. See authenticate().
Error
raised upon a “BYE” response from the server, indicating that the client is not being allowed to login, or has been timed out due to inactivity.
Generates a index files for use as a gem server.
See ‘gem help generate_index`
An absolutely silent progress reporter.
A basic dotted progress reporter.
An absolutely silent download reporter.
ERBHandler
evaluates an ERB
file and returns the result. This handler is automatically used if there are .rhtml files in a directory served by the FileHandler
.
ERBHandler
supports GET and POST methods.
The ERB
file is evaluated with the local variables servlet_request
and servlet_response
which are a WEBrick::HTTPRequest
and WEBrick::HTTPResponse
respectively.
Example .rhtml file:
Request to <%= servlet_request.request_uri %> Query params <%= servlet_request.query.inspect %>
class that Parses String’s into URI’s
It contains a Hash
set of patterns and Regexp’s that match and validate.
Includes URI::REGEXP::PATTERN