Method: Pakyow::Rack::Connection#request_header
- Defined in:
- lib/pakyow/rack/compatibility.rb
#request_header(key) ⇒ Object
23 24 25 |
# File 'lib/pakyow/rack/compatibility.rb', line 23 def request_header(key) normalize_header_key_value(key, @request.get_header(normalize_header(key))) end |