Skip to content

Commit 5f2e41b

Browse files
committed
Adding httpOnly flag to Cookie JSON object
1 parent 73ddf76 commit 5f2e41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wire.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,7 @@ def main():
16241624
|| path || string || (Optional) The cookie path.^1^ ||
16251625
|| domain || string || (Optional) The domain the cookie is visible to.^1^ ||
16261626
|| secure || boolean || (Optional) Whether the cookie is a secure cookie.^1^ ||
1627+
|| httpOnly || boolean || (Optional) Whether the cookie is an httpOnly cookie.^1^ ||
16271628
|| expiry || number || (Optional) When the cookie expires, specified in \
16281629
seconds since midnight, January 1, 1970 UTC.^1^ ||
16291630

0 commit comments

Comments
 (0)