ClickHouse/src/Server/HTTP
2021-04-07 16:22:38 +03:00
..
HTMLForm.cpp Merge remote-tracking branch 'upstream/master' into poco-http2 2021-04-01 16:20:15 +03:00
HTMLForm.h Remove unused code 2021-03-04 16:58:18 +03:00
HTTPRequest.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
HTTPRequestHandler.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
HTTPRequestHandlerFactory.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
HTTPResponse.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
HTTPServer.cpp Fix build 2021-04-02 14:08:32 +03:00
HTTPServer.h CC 2021-03-04 17:01:37 +03:00
HTTPServerConnection.cpp CC 2021-03-04 17:01:37 +03:00
HTTPServerConnection.h Remove unused code 2021-03-04 16:58:18 +03:00
HTTPServerConnectionFactory.cpp Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
HTTPServerConnectionFactory.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
HTTPServerRequest.cpp Merge pull request #22323 from abyss7/poco-http2 2021-04-03 02:09:10 +03:00
HTTPServerRequest.h Add setting http_max_uri_size 2021-03-04 15:21:23 +03:00
HTTPServerResponse.cpp Remove unused code 2021-03-04 16:58:18 +03:00
HTTPServerResponse.h Initialize pointer with nullptr 2021-04-01 16:26:13 +03:00
ReadHeaders.cpp Fix checkpoint position after putting it on buffer end (#22518) 2021-04-07 16:22:38 +03:00
ReadHeaders.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
README.md Add trivial README about Poco-based code 2021-03-04 15:43:00 +03:00
WriteBufferFromHTTPServerResponse.cpp Fix abnormal server termination for nested writers 2021-02-28 15:13:42 +03:00
WriteBufferFromHTTPServerResponse.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00

Notice

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