{"id":20887329,"url":"https://github.com/werdl/servt","last_synced_at":"2025-07-04T22:35:17.691Z","repository":{"id":222449376,"uuid":"757281711","full_name":"werdl/servt","owner":"werdl","description":"a programmatic HTTP/1.1 server, with very few dependencies, written in Rust","archived":false,"fork":false,"pushed_at":"2024-02-15T09:32:53.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-14T12:05:36.679Z","etag":null,"topics":["async-rust","http","http1-1","network-programming","rust","web-server"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/servt","language":"Rust","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/werdl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-14T07:01:16.000Z","updated_at":"2024-02-15T09:35:25.000Z","dependencies_parsed_at":"2024-11-18T08:33:11.544Z","dependency_job_id":null,"html_url":"https://github.com/werdl/servt","commit_stats":null,"previous_names":["werdl/servt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fservt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fservt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fservt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werdl%2Fservt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/werdl","download_url":"https://codeload.github.com/werdl/servt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243268079,"owners_count":20263803,"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":["async-rust","http","http1-1","network-programming","rust","web-server"],"created_at":"2024-11-18T08:19:47.306Z","updated_at":"2025-03-12T18:17:59.874Z","avatar_url":"https://github.com/werdl.png","language":"Rust","readme":"# `servt`\n\u003e a programmatic web server, with very few dependencies.\n## why\n- many big frameworks are too heavy for small projects, or don't suit yours (or my!) development style\n- so this is small, easy to use, but still powerful\n## features\n### `async` \n- enabled by default, adds `smol` as a dependency (adds around 35 deps)\n- executes all requests by spawning a new task\n- if not enabled, falls back to `std::thread` (which spawns a new thread for each request)\n### `time`\n- enabled by default, adds `chrono` as a dependency (adds around 2 deps, as the features enabled are very few, namely `alloc` and `now`)\n- adds a `Date` header to all responses\n- this is technically required by the HTTP/1.1 spec, but the majority of clients will work without it","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerdl%2Fservt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwerdl%2Fservt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerdl%2Fservt/lists"}