CyberChef/src/core
sevzero 53bf52c989 Added decoder for chunked HTTP encoding
This decoder will join up a HTTP response sent using chunked transfer encoding, raised in issue #168.

This is useful when attempting to extract files or gzipped responses sent using chunked transfer encoding, particularly when combined with the gunzip operation.
2018-05-24 13:09:04 +00:00
..
config Added decoder for chunked HTTP encoding 2018-05-24 13:09:04 +00:00
errors ESM: Fixed OperationError detection and tidied up ops. 2018-05-16 10:17:49 +01:00
lib ESM: Changed thrown errors to OperationErrors 2018-05-21 18:34:52 +00:00
operations Added decoder for chunked HTTP encoding 2018-05-24 13:09:04 +00:00
vendor ESM: Ported Bzip2, Diff and Tar operations 2018-05-21 18:23:05 +00:00
Chef.mjs ESM: Ported MS and Entropy operations 2018-05-16 11:39:30 +01:00
ChefWorker.js Merged esm branch into feature-magic. Ported FileType ops. 2018-05-20 16:49:42 +01:00
Dish.mjs Added File and JSON Dish types and updated types for compression ops. 2018-04-21 13:41:42 +01:00
Ingredient.mjs Added toggleString support 2018-05-11 10:03:06 +01:00
Operation.mjs Merged esm branch into feature-magic. Ported FileType ops. 2018-05-20 16:49:42 +01:00
Recipe.mjs Merged esm branch into feature-magic. Ported FileType ops. 2018-05-20 16:49:42 +01:00
Utils.mjs Merged esm branch into feature-magic. Ported FileType ops. 2018-05-20 16:49:42 +01:00