-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
The current code doesn't support parsing the URL query string of a GET request and returning parameter values.
Some problems arise here because the URL GET request can be up to 1024 bytes long, which could easily overflow the available RAM. A technique similar to that used to parse header values could be employed. This way the parameters names that make sense to the application are stored in ROM, and only values for these are stored in RAM and returned to the application.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels