Framework
latest
Getting Started
Library API
Framework
Docs
»
Library API
»
Struct Request
Edit on GitHub
Struct Request
¶
Defined in
File KPServerRequest.hpp
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
¶