15 lines
223 B
C++
15 lines
223 B
C++
//
|
|
// Copyright (c) 2013-2025 The SRS Authors
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#ifndef SRS_APP_HTTP_CLIENT_HPP
|
|
#define SRS_APP_HTTP_CLIENT_HPP
|
|
|
|
#include <srs_core.hpp>
|
|
|
|
#include <srs_protocol_http_client.hpp>
|
|
|
|
#endif
|