summaryrefslogtreecommitdiff
path: root/src/transport_http.hh
blob: 386a67bdb0fae93e428199bea7985dc5ab9ac660 (plain)
1
2
3
4
5
6
7
8
#ifndef TRANSPORT_HTTP_HH
#define TRANSPORT_HTTP_HH

#include "transport.hh"

std::unique_ptr<Transport::Factory> create_transport_factory_http();

#endif  // TRANSPORT_HTTP_HH