Skip to content

Parse the query string #12

@ovidiucp

Description

@ovidiucp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions