Search found 3 matches

by Pascal_M
Tue Feb 02, 2021 7:57 am
Forum: General Discussion
Topic: Mongoose publishing problem
Replies: 2
Views: 3225

Re: Mongoose publishing problem

Can nobody help me? :?: :(
by Pascal_M
Wed Jan 27, 2021 6:57 am
Forum: General Discussion
Topic: Mongoose publishing problem
Replies: 2
Views: 3225

Mongoose publishing problem

Hello together,

after playing around with some basics I'd like to serve a directory from spiffs with mongoose.
I started with an example from mongoose.


if (ev == MG_EV_HTTP_MSG) {
struct mg_http_message *hm = (struct mg_http_message *) ev_data;
if (mg_http_match_uri(hm, "/api/config/get ...

Go to advanced search