mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
11 lines
150 B
C++
11 lines
150 B
C++
#pragma once
|
|
|
|
#include <Poco/Net/HTTPServerResponse.h>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
void setResponseDefaultHeaders(Poco::Net::HTTPServerResponse & response);
|
|
|
|
}
|