Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Variables
WebAdmin.cpp File Reference
#include "Globals.h"
#include "WebAdmin.h"
#include "World.h"
#include "Entities/Player.h"
#include "Server.h"
#include "Root.h"
#include "HTTP/HTTPServerConnection.h"
#include "HTTP/HTTPFormParser.h"
Include dependency graph for WebAdmin.cpp:

Go to the source code of this file.

Classes

class  cWebadminRequestData
 The form parser callbacks for requests in the "/webadmin" and "/~webadmin" paths. More...
 

Variables

static const char DEFAULT_WEBADMIN_PORTS [] = "8080"
 

Variable Documentation

◆ DEFAULT_WEBADMIN_PORTS

const char DEFAULT_WEBADMIN_PORTS[] = "8080"
static

Definition at line 18 of file WebAdmin.cpp.