mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -20,6 +20,7 @@ class DechunkHTTPResponse extends Operation {
|
||||
this.name = "Dechunk HTTP response";
|
||||
this.module = "Default";
|
||||
this.description = "Parses an HTTP response transferred using Transfer-Encoding: Chunked";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Chunked_transfer_encoding";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [];
|
||||
|
||||
Reference in New Issue
Block a user