{"id":30106810,"url":"https://github.com/createapi/httpheaders","last_synced_at":"2025-08-10T01:10:40.802Z","repository":{"id":51796214,"uuid":"436799013","full_name":"CreateAPI/HTTPHeaders","owner":"CreateAPI","description":"Parsing Simple HTTP Headers","archived":false,"fork":false,"pushed_at":"2022-08-02T19:49:57.000Z","size":14,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-02T16:18:39.038Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/CreateAPI.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}},"created_at":"2021-12-10T00:15:55.000Z","updated_at":"2023-03-24T09:13:54.000Z","dependencies_parsed_at":"2022-08-17T15:01:18.598Z","dependency_job_id":null,"html_url":"https://github.com/CreateAPI/HTTPHeaders","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/CreateAPI/HTTPHeaders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreateAPI%2FHTTPHeaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreateAPI%2FHTTPHeaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreateAPI%2FHTTPHeaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreateAPI%2FHTTPHeaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CreateAPI","download_url":"https://codeload.github.com/CreateAPI/HTTPHeaders/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreateAPI%2FHTTPHeaders/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269660616,"owners_count":24455321,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-08-10T01:10:39.942Z","updated_at":"2025-08-10T01:10:40.777Z","avatar_url":"https://github.com/CreateAPI.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTP Headers\n\nParsing simple HTTP headers using pre-defined header descriptions.\n\nExamples:\n\n```swift\nlet response = HTTPURLRseponse(..., headers: [\n    \"X-RateLimit-Reset\": \"2015-01-01T00:00:00Z\"\n])\n\nlet header = HTTPHeader\u003cDate\u003e(field: \"X-RateLimit-Reset\")\nlet date = try header.parse(from: response)\n// let date = try header.parseIfPresent(from: response)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreateapi%2Fhttpheaders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreateapi%2Fhttpheaders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreateapi%2Fhttpheaders/lists"}