Http-Request-Header

(http-request-header http-request key) -> string

Returns the value associated with the given key in the given <http-request>.

Example:

>> (http-request-header alpha "Host")
:: "localhost:80"