class VCR::Request

The request of an {HTTPInteraction}.

@attr [Symbol] method the HTTP method (i.e. :head, :options, :get, :post, :put, :patch or :delete) @attr [String] uri the request URI @attr [String, nil] body the request body @attr [Hash{String => Array<String>}] headers the request headers