mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
19 lines
178 B
C++
19 lines
178 B
C++
#pragma once
|
|
|
|
|
|
namespace Poco
|
|
{
|
|
namespace Net
|
|
{
|
|
class HTTPServerResponse;
|
|
}
|
|
}
|
|
|
|
|
|
namespace DB
|
|
{
|
|
|
|
void setResponseDefaultHeaders(Poco::Net::HTTPServerResponse & response);
|
|
|
|
}
|