{"id":18606663,"url":"https://github.com/brendanashworth/parser","last_synced_at":"2025-10-31T09:50:41.796Z","repository":{"id":29750149,"uuid":"33293747","full_name":"brendanashworth/parser","owner":"brendanashworth","description":null,"archived":false,"fork":false,"pushed_at":"2015-04-04T03:04:50.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-16T13:12:06.901Z","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/brendanashworth.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}},"created_at":"2015-04-02T06:46:01.000Z","updated_at":"2015-04-04T03:04:51.000Z","dependencies_parsed_at":"2022-09-06T20:51:20.776Z","dependency_job_id":null,"html_url":"https://github.com/brendanashworth/parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brendanashworth/parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2Fparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2Fparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2Fparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2Fparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brendanashworth","download_url":"https://codeload.github.com/brendanashworth/parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2Fparser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281969175,"owners_count":26591719,"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-31T02:00:07.401Z","response_time":57,"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":"2024-11-07T02:26:36.624Z","updated_at":"2025-10-31T09:50:41.763Z","avatar_url":"https://github.com/brendanashworth.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# http parser\n\nThis is a server-oriented HTTP request parser. The API is modeled after [Joyent's http-parser](https://github.com/joyent/http-parser), with modifications (for speed, request-only, and other decisions).\n\n## Features\n- Callback-based API (`on_header`, `on_url`, `on_body`, with notifications like `on_headers_complete`)\n- No copies or allocations (con: edits memory passed)\n\n## API\nDocumentation pending, especially as it is still in heavy, breaking development.\n\n## Comparison\nUsing the HTTP request given by [fast-http](https://github.com/fukamachi/fast-http), we aim to outperform the following HTTP C parsers:\n\n- [joyent/http-parser](https://github.com/joyent/http-parser)\n- [h2o/picohttpparser](https://github.com/h2o/picohttpparser)\n- [taf2/libebb](https://github.com/taf2/libebb)\n- [gnu/libmicrohttpd](http://www.gnu.org/software/libmicrohttpd/)\n\nRight now (though it is without most safety checking), on a 2013 Macbook Pro, I'm getting about 2,000,000-1,900,000 requests parsed per second.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanashworth%2Fparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrendanashworth%2Fparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanashworth%2Fparser/lists"}