Skip to content

Commit 1417a96

Browse files
committed
update README with empty cookie value example
1 parent a848001 commit 1417a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ You can specify all wkhtmltopdf `options <http://wkhtmltopdf.org/usage/wkhtmltop
8888
('Accept-Encoding', 'gzip')
8989
],
9090
'cookie': [
91+
('cookie-empty-value', '""')
9192
('cookie-name1', 'cookie-value1'),
9293
('cookie-name2', 'cookie-value2'),
9394
],

0 commit comments

Comments
 (0)