#include <libxml/tree.h>
#include <libxml/uri.h>
#include <nanohttp/nanohttp-error.h>
#include <nanohttp/nanohttp-common.h>
#include <nanohttp/nanohttp-stream.h>
#include <nanohttp/nanohttp-request.h>
#include <nanohttp/nanohttp-server.h>
#include <nanohttp/nanohttp-admin.h>
#include "soap-env.h"
#include "soap-ctx.h"
#include "soap-service.h"
#include "soap-router.h"
#include "soap-server.h"
#include "soap-admin.h"
Go to the source code of this file.
Functions | |
herror_t | soap_admin_init_args (int argc, char **argv) |
|
Initializes the soap admin HTTP interface with commandline arguments.
Definition at line 251 of file soap-admin.c. References CSOAP_ENABLE_ADMIN, and httpd_register(). Referenced by soap_nhttp_server_init_args(). |