Skip to content

std::net::url's encode and decode should be pure #3782

Closed
@erickt

Description

@erickt

Right now std::net::url::encode_component is pure, and has to use an unsafe to call std::net::url::encode. We should make that and std::net::url::decode pure. If we don't want to cheat with unsafe blocks, this is blocked on #3758 and #3722.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions