{"id":15686332,"url":"https://github.com/littledivy/picohttpparser_deno","last_synced_at":"2025-09-02T02:38:45.548Z","repository":{"id":58919099,"uuid":"534527681","full_name":"littledivy/picohttpparser_deno","owner":"littledivy","description":"Fast, low overhead bindings to picohttpparser HTTP parser in Deno","archived":false,"fork":false,"pushed_at":"2022-09-09T08:07:11.000Z","size":30,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-09T13:17:08.745Z","etag":null,"topics":["deno","fast","ffi","http","picohttpparser"],"latest_commit_sha":null,"homepage":"","language":"C","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/littledivy.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}},"created_at":"2022-09-09T06:36:05.000Z","updated_at":"2023-08-02T23:07:03.000Z","dependencies_parsed_at":"2022-09-18T20:31:26.529Z","dependency_job_id":null,"html_url":"https://github.com/littledivy/picohttpparser_deno","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/littledivy/picohttpparser_deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledivy%2Fpicohttpparser_deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledivy%2Fpicohttpparser_deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledivy%2Fpicohttpparser_deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledivy%2Fpicohttpparser_deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/littledivy","download_url":"https://codeload.github.com/littledivy/picohttpparser_deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledivy%2Fpicohttpparser_deno/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263986225,"owners_count":23539808,"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":["deno","fast","ffi","http","picohttpparser"],"created_at":"2024-10-03T17:38:19.867Z","updated_at":"2025-07-06T23:05:13.119Z","avatar_url":"https://github.com/littledivy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## `picohttpparser` in Deno\n\n```typescript\nimport { parseRequest } from \"https://deno.land/x/picohttpparser/mod.ts\";\n\nlet h0 = encode(`GET / HTTP/1.1\\r\\nContent-Length: 13\\r\\n\\r\\nHello, World!`);\nlet req = parseRequest(h0);\n\nwhile (req.isPartial) {\n  // Read more bytes from _somewhere_\n  h0 = read();\n  req = parseRequest(h0);\n}\n\nreq.method; // \"GET\"\nreq.url; // \"/\"\nreq.body; // null\n```\n\n![image](https://user-images.githubusercontent.com/34997667/189287994-7ab35925-f118-4110-a035-22dceaf95c6b.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittledivy%2Fpicohttpparser_deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittledivy%2Fpicohttpparser_deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittledivy%2Fpicohttpparser_deno/lists"}