{"id":19594122,"url":"https://github.com/seriousben/http-parser","last_synced_at":"2025-10-27T22:34:17.498Z","repository":{"id":140048157,"uuid":"126615005","full_name":"seriousben/http-parser","owner":"seriousben","description":"HTTP Parser using parser combinators","archived":false,"fork":false,"pushed_at":"2018-03-24T15:51:52.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-09T12:11:23.524Z","etag":null,"topics":["golang","http","http-parser","parser-combinators"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seriousben.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-24T15:51:39.000Z","updated_at":"2018-12-13T18:54:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab06cde5-9d78-4509-9239-78345e8bae82","html_url":"https://github.com/seriousben/http-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seriousben/http-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seriousben%2Fhttp-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seriousben%2Fhttp-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seriousben%2Fhttp-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seriousben%2Fhttp-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seriousben","download_url":"https://codeload.github.com/seriousben/http-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seriousben%2Fhttp-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281355378,"owners_count":26486897,"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-10-27T02:00:05.855Z","response_time":61,"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":["golang","http","http-parser","parser-combinators"],"created_at":"2024-11-11T08:42:21.290Z","updated_at":"2025-10-27T22:34:17.483Z","avatar_url":"https://github.com/seriousben.png","language":"Go","readme":"# http-parser\n\nHTTP response parser using [parser combinators](https://en.wikipedia.org/wiki/Parser_combinator).\n\n## Parses [RFC2068](https://tools.ietf.org/html/rfc2068) compliant payload\n\n```\nHTTP/1.1 200 OK\nDate: Mon, 23 May 2005 22:38:34 GMT\nContent-Type: text/html; charset=UTF-8\nContent-Encoding: UTF-8\nContent-Length: 138\nLast-Modified: Wed, 08 Jan 2003 23:11:55 GMT\nServer: Apache/1.3.3.7 (Unix) (Red-Hat/Linux)\nETag: \"3f80f-1b6-3e1cb03b\"\nAccept-Ranges: bytes\nConnection: close\n\u003chtml\u003e\n\u003chead\u003e\n  \u003ctitle\u003eAn Example Page\u003c/title\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  Hello World, this is a very simple HTML document.\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Example\n\n```go\nb, _ := ioutil.ReadFile(\"./parser/testdata/simple-http.text\")\nparsedData, _ := Parse(b)\nfmt.Printf(\"Status Code: %d\", parsedData.StatusCode)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseriousben%2Fhttp-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseriousben%2Fhttp-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseriousben%2Fhttp-parser/lists"}