|
|
@@ -171,8 +171,13 @@
|
|
|
<ClInclude Include="..\..\h.h" />
|
|
|
<ClInclude Include="..\..\hconfig.h" />
|
|
|
<ClInclude Include="..\..\http\client\http_client.h" />
|
|
|
- <ClInclude Include="..\..\http\HttpParser.h" />
|
|
|
- <ClInclude Include="..\..\http\HttpRequest.h" />
|
|
|
+ <ClInclude Include="..\..\http\grpcdef.h" />
|
|
|
+ <ClInclude Include="..\..\http\Http1Session.h" />
|
|
|
+ <ClInclude Include="..\..\http\http2def.h" />
|
|
|
+ <ClInclude Include="..\..\http\Http2Session.h" />
|
|
|
+ <ClInclude Include="..\..\http\httpdef.h" />
|
|
|
+ <ClInclude Include="..\..\http\HttpPayload.h" />
|
|
|
+ <ClInclude Include="..\..\http\HttpSession.h" />
|
|
|
<ClInclude Include="..\..\http\http_content.h" />
|
|
|
<ClInclude Include="..\..\http\http_parser.h" />
|
|
|
<ClInclude Include="..\..\http\multipart_parser.h" />
|
|
|
@@ -219,11 +224,14 @@
|
|
|
<ClCompile Include="..\..\event\poll.c" />
|
|
|
<ClCompile Include="..\..\event\select.c" />
|
|
|
<ClCompile Include="..\..\http\client\http_client.cpp" />
|
|
|
- <ClCompile Include="..\..\http\HttpParser.cpp" />
|
|
|
<ClCompile Include="..\..\http\http_content.cpp" />
|
|
|
<ClCompile Include="..\..\http\http_parser.c" />
|
|
|
<ClCompile Include="..\..\http\multipart_parser.c" />
|
|
|
- <ClCompile Include="..\..\http\server\http_server.cpp" />
|
|
|
+ <ClCompile Include="..\..\http\server\FileCache.cpp" />
|
|
|
+ <ClCompile Include="..\..\http\server\HttpHandler.cpp" />
|
|
|
+ <ClCompile Include="..\..\http\server\HttpServer.cpp" />
|
|
|
+ <ClCompile Include="..\..\http\server\HttpService.cpp" />
|
|
|
+ <ClCompile Include="..\..\http\server\http_page.cpp" />
|
|
|
<ClCompile Include="..\..\utils\base64.c" />
|
|
|
<ClCompile Include="..\..\utils\hframe.cpp" />
|
|
|
<ClCompile Include="..\..\utils\hmain.cpp" />
|