{"id":31943276,"url":"https://github.com/luminus-framework/luminus-immutant","last_synced_at":"2025-10-14T09:50:45.498Z","repository":{"id":62433502,"uuid":"49239111","full_name":"luminus-framework/luminus-immutant","owner":"luminus-framework","description":"Immutant adapter for Luminus","archived":false,"fork":false,"pushed_at":"2020-09-12T13:00:12.000Z","size":16,"stargazers_count":10,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-04T14:48:03.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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":"2016-01-08T00:22:09.000Z","updated_at":"2022-09-23T23:51:58.000Z","dependencies_parsed_at":"2022-11-01T20:45:49.803Z","dependency_job_id":null,"html_url":"https://github.com/luminus-framework/luminus-immutant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luminus-framework/luminus-immutant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminus-framework%2Fluminus-immutant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminus-framework%2Fluminus-immutant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminus-framework%2Fluminus-immutant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminus-framework%2Fluminus-immutant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luminus-framework","download_url":"https://codeload.github.com/luminus-framework/luminus-immutant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luminus-framework%2Fluminus-immutant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018554,"owners_count":26086404,"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-14T02:00:06.444Z","response_time":60,"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:20.099Z","updated_at":"2025-10-14T09:50:45.489Z","avatar_url":"https://github.com/luminus-framework.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# luminus-immutant\n\n[![Clojars Project](https://img.shields.io/clojars/v/luminus-immutant.svg)](https://clojars.org/luminus-immutant)\n\nImmutant HTTP adapter for Luminus\n\n## Usage\n\nThe library provides three function for managing the server lifecycle.\n\n\nThe server can be started using the `start` function that accepts a Ring\nhandler and a map of options described in the [official documentation](http://immutant.org/documentation/current/apidoc/immutant.web.html).\n\n```clojure\n(require '[luminus.http-server :as http])\n\n(def server (http/start handler {:port 3000}))\n```\n\nThe server can have multiple handlers, these are appended using the `wrap-handler`\nfunction:\n\n```clojure\n(-\u003e server\n    (http/wrap-handler another-handler {:path \"/foo\"})\n    (http/wrap-handler yet-another-handler {:path \"/bar\"}))\n```\n\nThe server is stopped using the `stop` function:\n\n```clojure\n(http/stop server)\n```\n\n\n\n## License\n\nCopyright © 2016 Dmitri Sotnikov\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminus-framework%2Fluminus-immutant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluminus-framework%2Fluminus-immutant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluminus-framework%2Fluminus-immutant/lists"}