Skip to content

Provide and interface to query and fragments #194

Open
@ap--

Description

@ap--

We need an interface to uri query parameters and fragments.

Could be:

class UPath(...):

    @property
    def query(self) -> Mapping[str, str]:
        ...

    @property
    def fragment(self) -> str:
        ...

    def with_query(self, **params: Any) -> UPath:
        ...

    def with_fragment(self, fragment: str) -> UPath:
        ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions