@ -5,6 +5,10 @@
#include "mongoose/mongoose.h"
typedef struct {
enum {
ROUTE_RESULT_TEXT,
ROUTE_RESULT_BINARY,
} type;
int status_code;
NString_List headers;
String_Builder body;
The note is not visible to the blocked user.