Incoming HTTP message. More...
#include <janus.h>
Data Fields | |
gchar * | acrh |
Value of the Access-Control-Request-Headers HTTP header, if any (needed for CORS) | |
gchar * | acrm |
Value of the Access-Control-Request-Method HTTP header, if any (needed for CORS) | |
gchar * | contenttype |
Content-Type of the payload. | |
gchar * | payload |
Payload of the message. | |
size_t | len |
Length of the message in octets. | |
gint64 | session_id |
Gateway-Client session identifier this message belongs to. |
Incoming HTTP message.
gchar* janus_http_msg::acrh |
Value of the Access-Control-Request-Headers HTTP header, if any (needed for CORS)
gchar* janus_http_msg::acrm |
Value of the Access-Control-Request-Method HTTP header, if any (needed for CORS)
gchar* janus_http_msg::contenttype |
Content-Type of the payload.
size_t janus_http_msg::len |
Length of the message in octets.
gchar* janus_http_msg::payload |
Payload of the message.
gint64 janus_http_msg::session_id |
Gateway-Client session identifier this message belongs to.