{"id":17977945,"url":"https://github.com/coderyi/urlparser","last_synced_at":"2025-03-25T16:31:14.348Z","repository":{"id":90803753,"uuid":"148110524","full_name":"coderyi/URLParser","owner":"coderyi","description":"an url parse/encode/decode tool","archived":false,"fork":false,"pushed_at":"2018-10-20T09:44:42.000Z","size":6,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T13:32:37.836Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/coderyi.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-09-10T06:41:09.000Z","updated_at":"2022-07-10T10:21:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c94c4ed-ebe3-4881-a26e-a7ec11652f58","html_url":"https://github.com/coderyi/URLParser","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/coderyi%2FURLParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderyi%2FURLParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderyi%2FURLParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderyi%2FURLParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderyi","download_url":"https://codeload.github.com/coderyi/URLParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245500136,"owners_count":20625510,"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-29T17:30:14.351Z","updated_at":"2025-03-25T16:31:14.344Z","avatar_url":"https://github.com/coderyi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"一个解析，Encode 和 Decode URL的小型C++库。\n\n\n示例\n\n```\n    std::string tempURL = \"http://user:password@www.google.com:80/path?search\";\n    urlhelper::url parsed = urlhelper::ParseHTTPURL(tempURL);\n    std::cout \u003c\u003c \"1 \" \u003c\u003c parsed.protocol \u003c\u003c \"\\n\"\n              \u003c\u003c \"2 \" \u003c\u003c parsed.user \u003c\u003c \"\\n\"\n              \u003c\u003c \"3 \" \u003c\u003c parsed.password \u003c\u003c \"\\n\"\n              \u003c\u003c \"4 \" \u003c\u003c parsed.host \u003c\u003c \"\\n\"\n              \u003c\u003c \"5 \" \u003c\u003c parsed.port \u003c\u003c \"\\n\"\n              \u003c\u003c \"6 \" \u003c\u003c parsed.path \u003c\u003c \"\\n\"\n              \u003c\u003c \"7 \" \u003c\u003c parsed.search \u003c\u003c std::endl;\n    \n    std::cout \u003c\u003c urlhelper::URLEncode(tempURL) \u003c\u003c \"\\n\";\n    std::cout \u003c\u003c urlhelper::URLDecode(urlhelper::URLEncode(tempURL)) \u003c\u003c \"\\n\";\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderyi%2Furlparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderyi%2Furlparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderyi%2Furlparser/lists"}