Handles webui requests. More...
Data Structures | |
| struct | wi_session_tag |
Typedefs | |
| typedef struct wi_session_tag | wi_session_s |
Functions | |
| con_upstream_action_e | wi_read (con_connection_s *connection) |
| Called when it's time to read data from the connection. | |
| bool | wi_accept (con_connection_s *connection) |
| Called when a client is accepted by the connection module. | |
| void | wi_close (con_connection_s *connection, con_close_reason_e reason) |
| Called when a connection is closed. | |
Handles webui requests.
Module prefix: wi_
$Id$
| typedef struct wi_session_tag wi_session_s |
| bool wi_accept | ( | con_connection_s * | connection | ) |
Called when a client is accepted by the connection module.
| connection | The connection that was accepted. |
| void wi_close | ( | con_connection_s * | connection, | |
| con_close_reason_e | reason | |||
| ) |
Called when a connection is closed.
Either by us, or the other end.
| connection | The connection to close, valid to read or write from. | |
| reason | The reason for the close. |
| con_upstream_action_e wi_read | ( | con_connection_s * | connection | ) |
Called when it's time to read data from the connection.
| connection | The connection with data on it. |
1.6.2