feat: [RustHTTP] DNS Host Map

This commit is contained in:
2024-03-12 20:07:06 +08:00
parent 51393317b1
commit 26b58324c4
11 changed files with 262 additions and 40 deletions

View File

@ -12,6 +12,7 @@ enum MyHttpVersion {
http11,
http2,
http3,
httpUnknown,
}
class RustHttpResponse {