aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Server/HTTP/HTTPRequest.h
blob: 40839cbcdd238f55877dfbd1c1eac14abb56ccb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <Poco/Net/HTTPRequest.h>

namespace DB
{

using HTTPRequest = Poco::Net::HTTPRequest;

}