Работа над разбором Chunked transfer encoding

This commit is contained in:
serega6531
2020-04-14 02:07:29 +03:00
parent 8157a2aa51
commit ba5ec0e86d
3 changed files with 141 additions and 10 deletions

View File

@@ -16,6 +16,8 @@ public class CtfService {
private String name;
private boolean processChunkedEncoding;
private boolean ungzipHttp;
private boolean urldecodeHttpRequests;