Module: HTTPartyCurl::Logger
- Defined in:
- lib/httparty_curl/logger.rb
Overview
Module containing the cURL logging functionality.
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- PROXY_OPTIONS =
List of proxy options to consider.
i[http_proxyaddr http_proxyport http_proxyuser http_proxypass].freeze
Class Method Summary collapse
-
.included(base) ⇒ Object
Hook method called when the module is included.
Class Method Details
.included(base) ⇒ Object
Hook method called when the module is included. Extends the base class with class methods.
12 13 14 |
# File 'lib/httparty_curl/logger.rb', line 12 def self.included(base) base.extend(ClassMethods) end |