Some protocols (HTTP, looking at you) need a few frames types depending on the type of client they're immediately sending to, so those possiblities are stored here and exposed to all protocols. More...
#include <protocols.h>
Public Attributes | |
| GString * | def |
| The default frame. More... | |
| GString * | raw |
| A raw frame. More... | |
Some protocols (HTTP, looking at you) need a few frames types depending on the type of client they're immediately sending to, so those possiblities are stored here and exposed to all protocols.
| GString* protocol_frames::def |
The default frame.
If no special handlers are implemented, this is used
| GString* protocol_frames::raw |
A raw frame.
Contains whatever raw means to the protocol.
1.8.6