mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Url decode added for search parameters
This commit is contained in:
@ -132,6 +132,7 @@ protected:
|
||||
uint8_t _uploadReadByte(WiFiClient& client);
|
||||
void _prepareHeader(String& response, int code, const char* content_type, size_t contentLength);
|
||||
bool _collectHeader(const char* headerName, const char* headerValue);
|
||||
String urlDecode(const String& text);
|
||||
|
||||
struct RequestArgument {
|
||||
String key;
|
||||
|
Reference in New Issue
Block a user