An HTTP Server
Base server class
Base TCP server class. You must subclass GenericServer
and provide a run
method.
exception to wait for reading. see IO.select
.
This module has all methods of FileUtils
module, but it outputs messages before acting. This equates to passing the :verbose
flag to methods in FileUtils
.
Logging severity.
Mixin for HTTP and FTP URIs.
Provides a single method deprecate
to be used to declare when something is going away.
class Legacy def self.klass_method # ... end def instance_method # ... end extend Gem::Deprecate deprecate :instance_method, "X.z", 2011, 4 class << self extend Gem::Deprecate deprecate :klass_method, :none, 2011, 4 end end
Utility methods for using the RubyGems API.
Includes URI::REGEXP::PATTERN
Switch
that takes an argument.
An absolutely silent progress reporter.
A basic dotted progress reporter.
A progress reporter that behaves nicely with threaded downloading.
Root of the HTTP redirect statuses
Root of the HTTP server error statuses