fix indexing of cookie header: (#714)

- add fields option for adding req.http:cookie and referrer entries to
the cdxj
- update to warcio 2.4.0 to support this functionality
This commit is contained in:
Ilya Kreymer 2024-11-13 23:13:40 -08:00 committed by GitHub
parent 60c84b342e
commit f56d6505c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 20 additions and 3 deletions

View file

@ -37,7 +37,7 @@
"tsc": "^2.0.4",
"undici": "^6.18.2",
"uuid": "8.3.2",
"warcio": "^2.3.1",
"warcio": "^2.4.0",
"ws": "^7.4.4",
"yargs": "^17.7.2"
},