16 lines
214 B
C++
16 lines
214 B
C++
//
|
|
// Copyright (c) 2013-2021 Winlin
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#ifndef SRS_APP_HTTP_CLIENT_HPP
|
|
#define SRS_APP_HTTP_CLIENT_HPP
|
|
|
|
#include <srs_core.hpp>
|
|
|
|
#include <srs_service_http_client.hpp>
|
|
|
|
#endif
|
|
|