{"id":16713137,"url":"https://github.com/picrap/peasyuri","last_synced_at":"2025-03-15T05:18:43.014Z","repository":{"id":90836638,"uuid":"468450467","full_name":"picrap/PeasyUri","owner":"picrap","description":"Easy peasy URI","archived":false,"fork":false,"pushed_at":"2022-04-18T21:07:44.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T20:48:37.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/picrap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-10T17:44:23.000Z","updated_at":"2022-03-10T18:06:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"e362b0ca-1f88-4780-beb3-d676d0ffb3a4","html_url":"https://github.com/picrap/PeasyUri","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FPeasyUri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FPeasyUri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FPeasyUri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picrap%2FPeasyUri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picrap","download_url":"https://codeload.github.com/picrap/PeasyUri/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685846,"owners_count":20331028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T20:45:37.989Z","updated_at":"2025-03-15T05:18:42.984Z","avatar_url":"https://github.com/picrap.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PeasyUri\n(Sort of) easy peasy URI\n\n## Why an(other) URI parser?\n\nBecause in URI, some string are encoded, some are not. Encoded (transport) string and source string are both `System.String`, leading to perpetual confusion.  \nIt is also an opportuny to add more features, such as path or query management.\n\n## What is expected here someday?\n**Currently** more or less a piece of garbage.  \n**Ultimately** a URI parser and writer compliant with [RFC3986](https://datatracker.ietf.org/doc/html/rfc3986/) where serialization (and encoding) is clearly distinct from data (a.k.a a `string` is not the same as a `string`).  \nThe goals are:\n- A high-level (semantic) URI manipulation with\n  - A read-only access to decoded parts\n  - An URI creator\n- A low-level serializer/deserializer to a US-ASCII string (or octets, as they like to say in the RFC) or bytes, or stream.\n- Have it as extensible as possible\n- Possibly an URI-template processor\n\n**How to tell when the project is not garbage anymore?** I’ll release a NuGet package.\n\n## How to use it?\n\nCurrently, you don’t.  \n\n## Features to be implemented\n\n(a package will be released after that)\n\n- [x] Authority decoder\n- [x] Work on `EncodedString` instead of `string`\n- [x] User info splitter\n- [x] Host name decoder\n- [x] Create `Peasy.Uri` class\n- [x] HTTP specific query decoding\n- [ ] Get default port (from `Uri`?)\n- [ ] Add an URI creator (see how)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicrap%2Fpeasyuri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicrap%2Fpeasyuri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicrap%2Fpeasyuri/lists"}