mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #464, support origin cluster api
This commit is contained in:
parent
d0fbf44d18
commit
469250f850
9 changed files with 185 additions and 6 deletions
|
@ -192,6 +192,15 @@ public:
|
|||
virtual srs_error_t on_reload_http_api_raw_api();
|
||||
};
|
||||
|
||||
class SrsGoApiClusters : public ISrsHttpHandler
|
||||
{
|
||||
public:
|
||||
SrsGoApiClusters();
|
||||
virtual ~SrsGoApiClusters();
|
||||
public:
|
||||
virtual srs_error_t serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
|
||||
};
|
||||
|
||||
class SrsGoApiError : public ISrsHttpHandler
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue