Use RawHTTP library to process HTTP streams (packmate/Packmate!23)

This commit is contained in:
Sergey
2023-07-31 15:42:17 +00:00
parent 7986658bd1
commit 938031f1de
19 changed files with 158 additions and 446 deletions

View File

@@ -8,8 +8,7 @@ public class ServiceCreateDto {
private int port;
private String name;
private boolean decryptTls;
private boolean processChunkedEncoding;
private boolean ungzipHttp;
private boolean http;
private boolean urldecodeHttpRequests;
private boolean mergeAdjacentPackets;
private boolean parseWebSockets;