Module: Restio::Util::Header
- Included in:
- Config, Connector::Generic
- Defined in:
- lib/restio/util/header.rb
Instance Method Summary collapse
Instance Method Details
#add_header(name, value) ⇒ Object
4 5 6 7 |
# File 'lib/restio/util/header.rb', line 4 def add_header name, value @headers ||= {} @headers[name] = value end |