Browse Source

Update request.h

nianhua 1 year ago
parent
commit
be624c54ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/module/http/request.h

+ 1 - 1
src/module/http/request.h

@@ -22,7 +22,7 @@ namespace module
         /// 取协议头列表
         /// </summary>
         /// <returns></returns>
-        sol::object headers();
+        sol::table headers();
         /// <summary>
         /// 取请求类型
         /// </summary>