Добавлен urldecode

This commit is contained in:
serega6531
2019-11-26 14:54:25 +03:00
parent 3e05cb64d5
commit 0ba3078073
3 changed files with 41 additions and 17 deletions

View File

@@ -16,4 +16,10 @@ public class CtfService {
private String name;
private boolean ungzipHttp;
private boolean urldecodeHttpRequests;
private boolean mergeAdjacentPackets;
}