Skip to content

Commit

Permalink
[headers] [fix] Add Set-Cookie prefix to example
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Apr 13, 2013
1 parent 6fd8675 commit 3a187d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified headers.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion headers.tex
Expand Up @@ -129,7 +129,7 @@
Proxy-Authenticate & Request authentication to access a proxy & \header{Proxy-Authenticate: Basic } \\
Retry-After & If the resource is unavailable, the client should try again after some given time (seconds) & \header{Retry-After: 60 } \\
Server & A name for the server & \header{Server: Apache/2.4.1 (Unix) } \\
\color{BigBlue}{Set-Cookie} & Set an HTTP cookie & \header{UserID=jesusabdullah; Max-Age=3600; Version=1 } \\
\color{BigBlue}{Set-Cookie} & Set an HTTP cookie & \header{Set-Cookie: UserID=jesusabdullah; Max-Age=3600; Version=1 } \\
Status & HTTP status code & \header{Status: 200 OK } \\
Strict-Transport-Security & Used to specify HTTPS-only policies & \header{Strict-Transport-Security: max-age=16070400;} \header{includeSubDomains } \\
Trailer & Headers which will be in the trailers of a chunked transfer encoding & Trailer: \header{Max-Forwards } \\
Expand Down

0 comments on commit 3a187d8

Please sign in to comment.