{"id":13804297,"url":"https://github.com/andrewlalis/handy-httpd","last_synced_at":"2026-03-02T11:44:31.773Z","repository":{"id":43372338,"uuid":"438768597","full_name":"andrewlalis/handy-httpd","owner":"andrewlalis","description":"Extremely lightweight HTTP server for D.","archived":false,"fork":false,"pushed_at":"2025-05-30T02:55:38.000Z","size":10923,"stargazers_count":37,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-30T03:35:03.142Z","etag":null,"topics":["beginner-friendly","dlang","http-server"],"latest_commit_sha":null,"homepage":"","language":"D","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/andrewlalis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-15T20:48:19.000Z","updated_at":"2025-05-30T02:55:29.000Z","dependencies_parsed_at":"2023-10-04T04:22:45.861Z","dependency_job_id":"7d79686b-b32a-40d5-be91-cbe109464426","html_url":"https://github.com/andrewlalis/handy-httpd","commit_stats":null,"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"purl":"pkg:github/andrewlalis/handy-httpd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewlalis%2Fhandy-httpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewlalis%2Fhandy-httpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewlalis%2Fhandy-httpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewlalis%2Fhandy-httpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewlalis","download_url":"https://codeload.github.com/andrewlalis/handy-httpd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewlalis%2Fhandy-httpd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30000243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T11:09:27.951Z","status":"ssl_error","status_checked_at":"2026-03-02T11:08:53.255Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["beginner-friendly","dlang","http-server"],"created_at":"2024-08-04T01:00:45.317Z","updated_at":"2026-03-02T11:44:31.744Z","avatar_url":"https://github.com/andrewlalis.png","language":"D","funding_links":[],"categories":["Web Frameworks","Tools per Language"],"sub_categories":["Bare metal / kernel development","D"],"readme":"# handy-httpd\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/andrewlalis/handy-httpd/testing.yml?branch=main\u0026style=flat-square\u0026logo=github\u0026label=tests)\n![GitHub issues](https://img.shields.io/github/issues/andrewlalis/handy-httpd?style=flat-square)\n![DUB Downloads](https://img.shields.io/dub/dt/handy-httpd?style=flat-square\u0026logo=d\u0026logoColor=%23B03931)\n![GitHub Tag](https://img.shields.io/github/v/tag/andrewlalis/handy-httpd?style=flat-square\u0026label=version\u0026color=%23B03931)\n\nAn extremely lightweight HTTP server for the [D programming language](https://dlang.org/).\n\n## Features\n- HTTP/1.1\n- [Web Sockets](https://andrewlalis.github.io/handy-httpd/guide/handlers/websocket-handler.html)\n- [Simple configuration](https://andrewlalis.github.io/handy-httpd/guide/configuration.html)\n- High performance with interchangeable request processors\n- Beginner friendly\n- Extensible with custom handlers, exception handlers, and filters\n- [Well-documented](https://andrewlalis.github.io/handy-httpd/)\n- [Prioritises testability](https://andrewlalis.github.io/handy-httpd/guide/testing.html)\n- Ships with some handy pre-made request handlers:\n\t- Serve static files with the [FileResolvingHandler](https://andrewlalis.github.io/handy-httpd/guide/handlers/file-resolving-handler.html)\n\t- Apply filters before and after handling requests with the [FilteredHandler](https://andrewlalis.github.io/handy-httpd/guide/handlers/filtered-handler.html)\n\t- Handle complex URL paths, including path parameters and wildcards, with the [PathHandler](https://andrewlalis.github.io/handy-httpd/guide/handlers/path-handler.html)\n\n## Links\n- [Documentation](https://andrewlalis.github.io/handy-httpd/)\n- [Examples](https://github.com/andrewlalis/handy-httpd/tree/main/examples)\n- [Dub Package Page](https://code.dlang.org/packages/handy-httpd)\n- [Bugs/Feature Requests](https://github.com/andrewlalis/handy-httpd/issues)\n- [User Feedback Form](https://docs.google.com/forms/d/e/1FAIpQLSdazfaKLghGk1XpefOyDdHFfSZLaHQlCaeI9KAsaIMR5iNX6A/viewform?usp=sf_link)\n\n## Simple Example\n```d\nimport handy_httpd;\n\nvoid main() {\n\tnew HttpServer((ref HttpRequestContext ctx) {\n\t\tctx.response.writeBodyString(\"Hello world!\");\n\t}).start();\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewlalis%2Fhandy-httpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewlalis%2Fhandy-httpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewlalis%2Fhandy-httpd/lists"}