1
0
Fork 0
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:
winlin 2015-01-18 13:34:26 +08:00
parent bfff8413b6
commit 4513486266
4 changed files with 41 additions and 2 deletions

View file

@ -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();