diff --git a/UserManual.md b/UserManual.md index aac3f3f92ec04be48af755ba3749c27540b5e69f..b4c6aa4c0b1038f1300c79363a0f39043615977e 100644 --- a/UserManual.md +++ b/UserManual.md @@ -335,6 +335,7 @@ To start the embedded web server, call `mg_start()`. To stop it, call const char *path, size_t *data_len); void (*init_lua)(struct mg_connection *, void *lua_context); void (*upload)(struct mg_connection *, const char *file_name); + int (*http_error)(struct mg_connection *, int status); }; [hello.c](https://github.com/valenok/mongoose/blob/master/examples/hello.c)