ClickHouse/src/Server/HTTP
Robert Schulze de2a0be025
Don't access static members through instance
- clang-tidy rightfully complains (-readability-static-accessed-through-instance)
- not going to enable the warning for now to avoid breaking the build
2024-04-03 18:50:33 +00:00
..
HTMLForm.cpp fix multipart requests 2023-02-22 17:54:35 +01:00
HTMLForm.h fix multipart requests 2023-02-22 17:54:35 +01:00
HTTPContext.h Extract HTTPContext for HTTPServer 2022-11-09 09:02:04 +01:00
HTTPRequest.h
HTTPRequestHandler.h Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
HTTPRequestHandlerFactory.h
HTTPResponse.h
HTTPServer.cpp Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
HTTPServer.h Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
HTTPServerConnection.cpp Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
HTTPServerConnection.h Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
HTTPServerConnectionFactory.cpp Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
HTTPServerConnectionFactory.h Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
HTTPServerRequest.cpp Updated implementation 2024-01-25 14:31:49 +03:00
HTTPServerRequest.h Revert "Revert "Use CH Buffer for HTTP out stream, add metrics for interfaces"" 2024-01-03 11:47:15 -05:00
HTTPServerResponse.cpp Update HTTPServerResponse.cpp 2024-02-26 03:34:35 +03:00
HTTPServerResponse.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
ReadHeaders.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
ReadHeaders.h
README.md
WriteBufferFromHTTPServerResponse.cpp Fix timeouts for HTTP/1.1 non-chunked requests (missing Connection: close) 2024-01-19 14:48:50 +03:00
WriteBufferFromHTTPServerResponse.h Revert "Fix: IAST::clone() for RENAME" 2024-02-26 08:47:05 +01:00

Notice

The source code located in this folder is based on some files from the POCO project, from here contrib/poco/Net/src.