Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | Response |
Functions | |
int | Response::SendOK (MHD_Connection *connection) |
int | Response::SendError (MHD_Connection *connection, const char *msg) |
int | Response::SendData (MHD_Connection *connection, const SkData *data, const char *type, bool setContentDisposition, const char *dispositionString) |
int | Response::SendTemplate (MHD_Connection *connection, bool redirect, const char *redirectUrl) |