{"id":31943253,"url":"https://github.com/luminus-framework/luminus-undertow","last_synced_at":"2025-10-14T09:50:36.367Z","repository":{"id":62433491,"uuid":"239022326","full_name":"luminus-framework/luminus-undertow","owner":"luminus-framework","description":"Undertow wrapper for Luminus","archived":false,"fork":false,"pushed_at":"2023-04-29T22:16:50.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-14T10:58:01.213Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luminus-framework.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":"2020-02-07T21:05:03.000Z","updated_at":"2025-07-04T02:45:46.000Z","dependencies_parsed_at":"2023-01-22T05:37:28.151Z","dependency_job_id":null,"html_url":"https://github.com/luminus-framework/luminus-undertow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luminus-framework/luminus-undertow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminus-framework%2Fluminus-undertow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminus-framework%2Fluminus-undertow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminus-framework%2Fluminus-undertow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminus-framework%2Fluminus-undertow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luminus-framework","download_url":"https://codeload.github.com/luminus-framework/luminus-undertow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminus-framework%2Fluminus-undertow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017027,"owners_count":26085950,"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-13T02:00:06.723Z","response_time":61,"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":"2025-10-14T09:50:16.481Z","updated_at":"2025-10-14T09:50:36.357Z","avatar_url":"https://github.com/luminus-framework.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# luminus-undertow\n\nUndertow HTTP adapter for Luminus\n\n[![Clojars Project](https://img.shields.io/clojars/v/luminus-undertow.svg)](https://clojars.org/luminus-undertow)\n\n### HTTP handler\n\n```clojure\n(ns myapp.core\n  (:require\n   [luminus.http-server :as http]))\n\n(defn http-handler [request]\n  {:status 200\n   :headers {\"Content-Type\" \"text/plain\"}\n   :body (:remote-addr request)})\n\n(http/start\n {:handler http-handler\n  :port 3000})\n```\n\n## License\n\nCopyright © 2016 Dmitri Sotnikov\n\nDistributed under the Eclipse Public License either version 1.0 or (at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminus-framework%2Fluminus-undertow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluminus-framework%2Fluminus-undertow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminus-framework%2Fluminus-undertow/lists"}