mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
15 lines
239 B
C++
15 lines
239 B
C++
//
|
|
// Copyright (c) 2013-2021 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_service_http_client.hpp>
|
|
|
|
#endif
|
|
|