Returns whether the request may have a body:
Net::HTTP::Post.new(uri).request_body_permitted? # => true Net::HTTP::Get.new(uri).request_body_permitted? # => false
Waits up to the continue timeout for a response from the server provided we’re speaking HTTP 1.1 and are expecting a 100-continue response.
Compile a BeginNode
node
Compile a DefinedNode
node
Compile a ImaginaryNode
node
Compile a InNode
node
Compile a IntegerNode
node
Compile a RangeNode
node
Compile a RetryNode
node
Compile a StatementsNode
node
Compile a TrueNode
node
Dispatch enter and leave events for BeginNode
nodes and continue walking the tree.
Dispatch enter and leave events for DefinedNode
nodes and continue walking the tree.
Dispatch enter and leave events for ImaginaryNode
nodes and continue walking the tree.
Dispatch enter and leave events for InNode
nodes and continue walking the tree.
Dispatch enter and leave events for IntegerNode
nodes and continue walking the tree.
Dispatch enter and leave events for RangeNode
nodes and continue walking the tree.
Dispatch enter and leave events for RetryNode
nodes and continue walking the tree.
Dispatch enter and leave events for StatementsNode
nodes and continue walking the tree.
Dispatch enter and leave events for TrueNode
nodes and continue walking the tree.
Copy a BeginNode
node
Copy a InNode
node