Method: Protocol::HTTP::Headers#add
- Defined in:
- lib/protocol/http/headers.rb
#add(key, value) ⇒ Object
Add the specified header key value pair.
182 183 184 |
# File 'lib/protocol/http/headers.rb', line 182 def add(key, value) self[key] = value end |