ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
http_server.h File Reference
Include dependency graph for http_server.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HTTP_Server
 

Enumerations

enum  upload_status_type {
  UPLOAD_STATUS_NONE = 0, UPLOAD_STATUS_FAILED = 1, UPLOAD_STATUS_CANCELLED = 2, UPLOAD_STATUS_SUCCESSFUL = 3,
  UPLOAD_STATUS_ONGOING = 4
}
 

Enumeration Type Documentation

◆ upload_status_type

Enumerator
UPLOAD_STATUS_NONE 
UPLOAD_STATUS_FAILED 
UPLOAD_STATUS_CANCELLED 
UPLOAD_STATUS_SUCCESSFUL 
UPLOAD_STATUS_ONGOING 

Definition at line 37 of file http_server.h.