Struct Request

Struct Documentation

struct Request

Public Functions

Request(char *httpRequest, WiFiClient &client)
void json()

Public Members

char *method = nullptr
char *path = nullptr
char *header = nullptr
char *body = nullptr
WiFiClient &client