libgpac
Documentation of the core library of GPAC
HTTPRequestHandler interface

HTTP server user-defined request handler. More...

+ Collaboration diagram for HTTPRequestHandler interface:

Data Structures

interface  _HTTPRequestHandler
 
interface  _HTTPRequest
 
interface  _HTTPHeader
 

Detailed Description

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.


Data Structure Documentation

◆ _HTTPHeader

interface _HTTPHeader

interface for HTTP header

Data Fields
attribute readonly DOMString name

header name

attribute readonly DOMString value

header value