ESP_IOT v2.5
IOT ESP Coding
HTTPUpload Struct Reference

#include <WebServer.h>

Collaboration diagram for HTTPUpload:
Collaboration graph

Public Attributes

HTTPUploadStatus status
 
String filename
 
String name
 
String type
 
size_t totalSize
 
size_t currentSize
 
uint8_t buf [HTTP_UPLOAD_BUFLEN]
 

Detailed Description

Definition at line 50 of file WebServer.h.

Member Data Documentation

◆ buf

uint8_t HTTPUpload::buf[HTTP_UPLOAD_BUFLEN]

Definition at line 57 of file WebServer.h.

◆ currentSize

size_t HTTPUpload::currentSize

Definition at line 56 of file WebServer.h.

◆ filename

String HTTPUpload::filename

Definition at line 52 of file WebServer.h.

◆ name

String HTTPUpload::name

Definition at line 53 of file WebServer.h.

◆ status

HTTPUploadStatus HTTPUpload::status

Definition at line 51 of file WebServer.h.

◆ totalSize

size_t HTTPUpload::totalSize

Definition at line 55 of file WebServer.h.

◆ type

String HTTPUpload::type

Definition at line 54 of file WebServer.h.


The documentation for this struct was generated from the following file: