#include "nanohttp-error.h"
#include "nanohttp-common.h"
#include "nanohttp-stream.h"
#include "nanohttp-request.h"
#include "nanohttp-server.h"
#include "nanohttp-admin.h"
Go to the source code of this file.
Functions | |
herror_t | httpd_admin_init_args (int argc, char **argv) |
|
Initializes the nanoHTTP admin interface with commandline arguments, if NHTTPD_ARG_ENABLED_ADMIN was specified in the commandline arguments. This service will be reachable via the NHTTP_ADMIN_CONTEXT of the nanohttp server.
Definition at line 300 of file nanohttp-admin.c. References httpd_register(), and NHTTPD_ARG_ENABLE_ADMIN. |