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

@@ -14,6 +14,7 @@ public class PacketDto {
private boolean ungzipped;
private boolean webSocketParsed;
private boolean tlsDecrypted;
private boolean hasHttpBody;
private byte[] content;
}