Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
Response.h File Reference

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)