Fork me on GitHub
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
janus_http_event Struct Reference

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.

Detailed Description

HTTP event to push.

Field Documentation

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.


The documentation for this struct was generated from the following file: