Module: Rack::RequestReplication

Defined in:
lib/rack/request_replication/version.rb,
lib/rack/request_replication/forwarder.rb

Defined Under Namespace

Classes: Forwarder

Constant Summary collapse

VERSION =
"0.1.6"
DEFAULT_PORTS =
{ 'http' => 80, 'https' => 443, 'coffee' => 80 }
VALID_REQUEST_METHODS =
%w(head get post put patch propfind delete options trace)