HTTP event to push. More...
#include <janus.h>
Data Fields | |
gint | code |
HTTP response code. | |
gchar * | payload |
Payload to send to the client, if any. | |
gint | allocated:1 |
Whether the payload has been allocated (and thus needs to be freed) or not. |
HTTP event to push.
gint janus_http_event::allocated |
Whether the payload has been allocated (and thus needs to be freed) or not.
gint janus_http_event::code |
HTTP response code.
gchar* janus_http_event::payload |
Payload to send to the client, if any.