* Refine AUTHORS.txt to AUTHORS.md, etc. 5.0.8 * Update README.md * Update README.md * Refine format for AUTHORS.md
16 lines
223 B
C++
16 lines
223 B
C++
//
|
|
// Copyright (c) 2013-2021 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_service_http_client.hpp>
|
|
|
|
#endif
|
|
|