libgpac
Documentation of the core library of GPAC
|
HTTP server user-defined request handler. More...
Data Structures | |
interface | _HTTPRequestHandler |
interface | _HTTPRequest |
interface | _HTTPHeader |
The httpout server can use a custom request handler, provided as an object implementing the HTTPRequestHandler interface.
When running the session in multithreaded mode, the httpout filter will always be scheduled on the main thread if a custom request handler is bound.