Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 19, 2012
1 parent bf0abf2 commit ec2f445
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions express.md
Expand Up @@ -184,13 +184,12 @@

Request prototype.

# req.get()
# req.get

Return request header.

The `Referrer` header field is special-cased,
both `Referrer` and `Referer` will yield are
interchangeable.
both `Referrer` and `Referer` are interchangeable.

## Examples

Expand All @@ -199,9 +198,11 @@
req.get('content-type');
// => "text/plain"
req.get('Something');
// => undefined

Aliased as `req.header()`.

# req.accepts()

Expand Down

0 comments on commit ec2f445

Please sign in to comment.