Class: Wreq::Method
- Inherits:
-
Object
- Object
- Wreq::Method
- Defined in:
- lib/wreq_ruby/http.rb
Overview
HTTP method enumeration backed by Rust.
Variants are exposed as constants under this class. Each constant is an instance of Method.
Constant Summary collapse
- GET =
Returns HTTP GET method.
nil- HEAD =
Returns HTTP HEAD method.
nil- POST =
Returns HTTP POST method.
nil- PUT =
Returns HTTP PUT method.
nil- DELETE =
Returns HTTP DELETE method.
nil- OPTIONS =
Returns HTTP OPTIONS method.
nil- TRACE =
Returns HTTP TRACE method.
nil- PATCH =
Returns HTTP PATCH method.
nil