Class: WEBrick::HTTPUtils::SplitHeader
- Inherits:
-
Array
- Object
- Array
- WEBrick::HTTPUtils::SplitHeader
- Defined in:
- lib/webrick/httputils.rb
Overview
Parses an HTTP header raw
into a hash of header fields with an Array of values.
Instance Method Summary collapse
Instance Method Details
#join(separator = ", ") ⇒ Object
156 157 158 |
# File 'lib/webrick/httputils.rb', line 156 def join(separator = ", ") super end |