VISH
0.2
|
Network Client Callback: action performed when an HTTP request has been accepted and is sent to the server. More...
Network Client Callback: action performed when an HTTP request has been accepted and is sent to the server.
The ready() callback function is responsible for parsing the HTTP request and invoke appropriate actions.
override bool WebVish::Client::receive | ( | socket_t | ) | [inline, virtual] |
Callback function invoked when data are ready to be read from the socket.
Implements Wizt::VSocketAction::Receiver.