ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
HTTP_Server Class Reference

#include <http_server.h>

Public Member Functions

 HTTP_Server ()
 
 ~HTTP_Server ()
 

Static Public Member Functions

static bool begin ()
 
static void end ()
 
static void handle ()
 
static bool started ()
 
static uint16_t port ()
 

Detailed Description

Definition at line 45 of file http_server.h.

Constructor & Destructor Documentation

◆ HTTP_Server()

HTTP_Server::HTTP_Server ( )

Definition at line 42 of file http_server.cpp.

◆ ~HTTP_Server()

HTTP_Server::~HTTP_Server ( )

Definition at line 45 of file http_server.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ begin()

bool HTTP_Server::begin ( )
static

Definition at line 155 of file http_server.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ end()

void HTTP_Server::end ( )
static

Definition at line 186 of file http_server.cpp.

Here is the caller graph for this function:

◆ handle()

void HTTP_Server::handle ( )
static

Definition at line 200 of file http_server.cpp.

Here is the caller graph for this function:

◆ port()

static uint16_t HTTP_Server::port ( )
inlinestatic

Definition at line 57 of file http_server.h.

Here is the caller graph for this function:

◆ started()

static bool HTTP_Server::started ( )
inlinestatic

Definition at line 53 of file http_server.h.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: