srs/trunk/src/app/srs_app_http_client.hpp
2022-06-20 19:22:25 +08:00

16 lines
240 B
C++

//
// Copyright (c) 2013-2022 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HTTP_CLIENT_HPP
#define SRS_APP_HTTP_CLIENT_HPP
#include <srs_core.hpp>
#include <srs_protocol_http_client.hpp>
#endif