TSG-20527 http解析层支持zstd编解码

This commit is contained in:
fengweihao
2024-04-28 17:37:08 +08:00
parent 397a6aba93
commit a8313580e1
6 changed files with 159 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
#include <tfe_http.h>
#include <http_half.h>
#include <zstd.h>
#include <zdict.h>
struct hf_content_uncompress;
struct hf_content_compress;