mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add api /api/v1/features
This commit is contained in:
parent
4763f205a2
commit
6b6d951298
3 changed files with 165 additions and 4 deletions
|
@ -132,6 +132,15 @@ public:
|
|||
virtual int serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
|
||||
};
|
||||
|
||||
class SrsGoApiFeatures : public ISrsHttpHandler
|
||||
{
|
||||
public:
|
||||
SrsGoApiFeatures();
|
||||
virtual ~SrsGoApiFeatures();
|
||||
public:
|
||||
virtual int serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage* r);
|
||||
};
|
||||
|
||||
class SrsGoApiRequests : public ISrsHttpHandler
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue