Magic signatures

This commit is contained in:
n1073645 2019-11-26 16:43:54 +00:00
parent 610d46a1a4
commit aa206d7b37
9 changed files with 88 additions and 0 deletions

View file

@ -24,6 +24,13 @@ class DechunkHTTPResponse extends Operation {
this.inputType = "string";
this.outputType = "string";
this.args = [];
this.patterns = [
{
match: "^[0-9A-F]+\r\n",
flags: "i",
args: []
}
];
}
/**