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

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.

Detailed Description

Incoming HTTP message.

Field Documentation

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.


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