Module: HTTPX::Plugins::Query
- Defined in:
- lib/httpx/plugins/query.rb
Overview
This plugin adds support for using the experimental QUERY HTTP method
Defined Under Namespace
Modules: InstanceMethods, QueryRetries
Class Method Summary collapse
Class Method Details
.subplugins ⇒ Object
10 11 12 13 14 |
# File 'lib/httpx/plugins/query.rb', line 10 def self.subplugins { retries: QueryRetries, } end |