{"id":16162404,"url":"https://github.com/sunsided/hyperium-headers-content-md5","last_synced_at":"2025-07-02T07:39:55.979Z","repository":{"id":176409068,"uuid":"658109843","full_name":"sunsided/hyperium-headers-content-md5","owner":"sunsided","description":"typed Content-MD5 header","archived":false,"fork":false,"pushed_at":"2024-02-26T11:21:45.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-26T19:49:13.648Z","etag":null,"topics":["headers","http","hyperium","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/headers-content-md5","language":"Rust","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/sunsided.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-06-24T19:52:52.000Z","updated_at":"2023-06-24T20:31:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbe821d9-5a22-4981-a893-aa3bfd3709e3","html_url":"https://github.com/sunsided/hyperium-headers-content-md5","commit_stats":null,"previous_names":["sunsided/hyperium-headers-content-md5"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunsided%2Fhyperium-headers-content-md5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunsided%2Fhyperium-headers-content-md5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunsided%2Fhyperium-headers-content-md5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunsided%2Fhyperium-headers-content-md5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunsided","download_url":"https://codeload.github.com/sunsided/hyperium-headers-content-md5/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589835,"owners_count":20963022,"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":["headers","http","hyperium","rust"],"created_at":"2024-10-10T02:30:00.529Z","updated_at":"2025-04-07T03:47:58.087Z","avatar_url":"https://github.com/sunsided.png","language":"Rust","readme":"# Content-MD5 header support for hyperium/headers\n\nThis adds the [RFC1864](https://datatracker.ietf.org/doc/html/rfc1864) `Content-MD5` header as a typed header:\n\n```rust\nuse headers::Header;\nuse http::HeaderValue;\nuse headers_content_md5::ContentMd5;\n\nfn it_works() {\n    let value = HeaderValue::from_static(\"Q2hlY2sgSW50ZWdyaXR5IQ==\");\n    let md5 = ContentMd5::decode(\u0026mut [\u0026value].into_iter()).unwrap();\n    \n    let expected = \"Check Integrity!\".as_bytes().try_into().unwrap();\n    assert_eq!(md5, ContentMd5(expected))\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunsided%2Fhyperium-headers-content-md5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunsided%2Fhyperium-headers-content-md5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunsided%2Fhyperium-headers-content-md5/lists"}