From 681306ed44404d954303df7bd9daf65ee9ffeb4a Mon Sep 17 00:00:00 2001 From: nianhua Date: Thu, 17 Apr 2025 16:39:44 +0800 Subject: [PATCH] Update request.h --- src/module/http/request.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/module/http/request.h b/src/module/http/request.h index ff37527..bd466ee 100644 --- a/src/module/http/request.h +++ b/src/module/http/request.h @@ -19,6 +19,11 @@ namespace module /// std::string header(const std::string& name); /// + /// 取协议头列表 + /// + /// + sol::object headers(); + /// /// 取请求类型 /// ///