Skip to content

Allow non-UTF8 keys and value params in the query string #578

@95th

Description

@95th

Currently the API only allow writing or parsing rust strings which means enforced UTF-8. However the standard does not enforce this.

Some protocols (For e.g. Bittorrent) rely of sending bytes in a GET request. These bytes may or may not make a valid UTF-8 string.

Is it possible to provide methods to URL encode/decode name/value bytes pair?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions