19 #ifndef _SMING_CORE_NETWORK_HTTP_HTTP_PARAMS_H_ 20 #define _SMING_CORE_NETWORK_HTTP_HTTP_PARAMS_H_ 24 #include "Printable.h" 70 size_t printTo(
Print& p)
const override;
Definition: HttpParams.h:32
Definition: WHashMap.h:35
The string class.
Definition: WString.h:104
Provides formatted output to stream.
Definition: Print.h:31
void debugPrintTo(Print &p) const
Printable output for debugging.
String toString() const
Return full escaped content for incorporation into a URI.
void parseQuery(char *query)
Called from URL class to process query section of a URI.
Definition: Printable.h:41