Skip to content

Commit

Permalink
Add Domain and Path, even though they default to String.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Jun 21, 2022
1 parent 1e17b87 commit 56b1eb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions draft-ietf-httpbis-retrofit.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,11 @@ Set-Cookie parameters map to Parameters on the Inner List, with the parameter na

| Parameter Name | Structured Type |
|---------------------|---------------------|
| Domain | String |
| HttpOnly | Boolean |
| Expires | Integer |
| Max-Age | Integer |
| Path | String |
| Secure | Boolean |
| SameSite | Token |
{:id="cookie-params" title="Set-Cookie Parameter Types"}
Expand Down

0 comments on commit 56b1eb8

Please sign in to comment.