{"id":20358292,"url":"https://github.com/worldofmeow/autumn","last_synced_at":"2026-05-28T20:31:30.877Z","repository":{"id":225509773,"uuid":"766169902","full_name":"WorldOfMeow/Autumn","owner":"WorldOfMeow","description":"Tiny and Easy Java Http Server","archived":false,"fork":false,"pushed_at":"2024-03-21T18:21:57.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T17:50:53.236Z","etag":null,"topics":["http","java-8","library","server","web","webserver"],"latest_commit_sha":null,"homepage":"","language":"Java","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/WorldOfMeow.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}},"created_at":"2024-03-02T14:29:45.000Z","updated_at":"2024-03-10T00:24:31.000Z","dependencies_parsed_at":"2024-03-02T15:42:26.541Z","dependency_job_id":"b7170231-e70b-49cd-876d-4973b7a01218","html_url":"https://github.com/WorldOfMeow/Autumn","commit_stats":null,"previous_names":["worldofmeow/autumn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WorldOfMeow/Autumn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorldOfMeow%2FAutumn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorldOfMeow%2FAutumn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorldOfMeow%2FAutumn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorldOfMeow%2FAutumn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WorldOfMeow","download_url":"https://codeload.github.com/WorldOfMeow/Autumn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorldOfMeow%2FAutumn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33626137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":["http","java-8","library","server","web","webserver"],"created_at":"2024-11-14T23:26:17.629Z","updated_at":"2026-05-28T20:31:30.848Z","avatar_url":"https://github.com/WorldOfMeow.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Autumn Http Library\n### This Library aims to make Http Servers easy and uncomplicated to integrate into any Project in just a few steps. No External Libraries needed!\n\n## Current Requirements:\n- Java 8\n\n## Simple Example:\n```java\n    public static void main(String[] args) {\n        AutumnHttpServer server = ServerContext.blank().http().start();\n        server.setRoute(\"/\", new RequestHandler() {\n            @Override\n            public void request(SimpleHttpExchange exchange) {\n                exchange.simple().returnPlainText(\"Autumn Version: \" + Autumn.versionString);\n            }\n        });\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworldofmeow%2Fautumn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworldofmeow%2Fautumn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworldofmeow%2Fautumn/lists"}