|  | libgpac
    Documentation of the core library of GPAC | 
HTTP server user-defined request handler. More...
 Collaboration diagram for HTTPRequestHandler interface:
 Collaboration diagram for HTTPRequestHandler interface:| Data Structures | |
| interface | _HTTPRequestHandler | 
| interface | _HTTPRequest | 
| interface | _HTTPHeader | 
HTTP server user-defined request handler.
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.