rack-devel archive mirror (unofficial) https://groups.google.com/group/rack-devel
 help / color / mirror / Atom feed
From: "Iñaki Baz Castillo" <ibc@aliax.net>
To: rack-devel@googlegroups.com
Subject: How to get the request headers from "env" hash?
Date: Fri, 28 Aug 2009 02:08:12 +0200	[thread overview]
Message-ID: <200908280208.12951.ibc@aliax.net> (raw)


Hi, I'm just starting with Rack by testing some simple examples.

For now I just would like to know how to get the request headers, as this info 
is not present in "env" hash which just contains:

HTTP_HOST => 127.0.0.1:9292
HTTP_ACCEPT => text/html, image/jpeg;q=0.9, image/png;q=0.9, text/*;q=0.9, 
image/*;q=0.9, */*;q=0.8
SERVER_NAME => 127.0.0.1
rack.url_scheme => http
REQUEST_PATH => /
HTTP_USER_AGENT => Mozilla/5.0 (compatible; Konqueror/4.3; Linux 2.6.28-15-
generic; es, en-GB, en-US, en) KHTML/4.3.0 (like Gecko)
rack.errors => #<IO:0x7f3c3beabab8>
HTTP_ACCEPT_LANGUAGE => es, en-GB, en-US, en
SERVER_PROTOCOL => HTTP/1.1
rack.version => 01
rack.run_once => false
SERVER_SOFTWARE => Mongrel 1.1.5
PATH_INFO => /
REMOTE_ADDR => 127.0.0.1
SCRIPT_NAME =>
rack.multithread => true
HTTP_VERSION => HTTP/1.1
rack.multiprocess => false
REQUEST_URI => /
HTTP_ACCEPT_CHARSET => utf-8, utf-8;q=0.5, *;q=0.5
SERVER_PORT => 9292
REQUEST_METHOD => GET
QUERY_STRING =>
rack.input => #<StringIO:0x7f3c39aaecc8>
HTTP_CONNECTION => Keep-Alive
HTTP_ACCEPT_ENCODING => x-gzip, x-deflate, gzip, deflate
GATEWAY_INTERFACE => CGI/1.2


env["rack.input"] contains a IO object with the request body, but I don't see 
in the above hash how to get the request headers (any header).

Thanks for any help.


-- 
Iñaki Baz Castillo <ibc@aliax.net>

             reply	other threads:[~2009-08-28  2:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-28  0:08 Iñaki Baz Castillo [this message]
2009-08-28  1:05 ` How to get the request headers from "env" hash? [SOLVED] Iñaki Baz Castillo
2009-08-28  1:09   ` Iñaki Baz Castillo
  -- strict thread matches above, loose matches on Subject: below --
2009-08-28  0:35 How to get the request headers from "env" hash? Iñaki Baz Castillo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://groups.google.com/group/rack-devel

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200908280208.12951.ibc@aliax.net \
    --to=rack-devel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).