From 74dfc2b9f910f757d57cca73f35909061417fba1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 19 Dec 2022 10:29:47 +0800 Subject: [PATCH] 1 --- f8/httpclientpool.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/f8/httpclientpool.h b/f8/httpclientpool.h index eac7f86..c0e6e80 100644 --- a/f8/httpclientpool.h +++ b/f8/httpclientpool.h @@ -3,7 +3,11 @@ namespace f8 { - struct HttpContext; + struct HttpContext + { + std::string response; + }; + typedef std::function HttpProxyCb; class HttpClientPoolImpl;