response struct
#include <main/net/server/HttpUploader.h>
Contents
- Reference
A basic data structure representing a network response.
Public variables
- esp_err_t err
- int statusCode
- int contentLength
Variable documentation
esp_err_t response:: err
ESP error value.
int response:: statusCode
HTTP response code.
int response:: contentLength
HTTP content length.