1
0
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:
Joost Jager
2015-11-22 15:57:32 +01:00
parent 4b8fb2093f
commit 34fcc911bc
2 changed files with 33 additions and 1 deletions

View File

@ -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;