-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Sander edited this page Feb 1, 2016
·
7 revisions
Initiate parsing:
- bool readRequest()
Get request information:
- const ArduinoHttpServer::HttpResource& getResource() const
- const MethodEnum getMethod() const
- const String& getVersion() const
Get field information:
- const String& getContentType() const
- const int getContentLength() const
Retrieve the body:
- const char* const getBody() const
State retrieval:
- const String& getErrorDescrition()
- Stream& getStream()