mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine http server, support mount dir for vhost.
This commit is contained in:
parent
bfff8413b6
commit
4513486266
4 changed files with 41 additions and 2 deletions
|
@ -46,6 +46,7 @@ class SrsHttpUri;
|
|||
class SrsHttpMessage;
|
||||
class SrsFileReader;
|
||||
class SrsSimpleBuffer;
|
||||
class SrsGoHttpMuxEntry;
|
||||
class ISrsGoHttpResponseWriter;
|
||||
|
||||
// http specification
|
||||
|
@ -157,6 +158,8 @@ public:
|
|||
// the connection.
|
||||
class ISrsGoHttpHandler
|
||||
{
|
||||
public:
|
||||
SrsGoHttpMuxEntry* entry;
|
||||
public:
|
||||
ISrsGoHttpHandler();
|
||||
virtual ~ISrsGoHttpHandler();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue