{"id":24811642,"url":"https://github.com/duct-framework/server.http.http-kit","last_synced_at":"2025-10-13T13:31:40.838Z","repository":{"id":47168354,"uuid":"94211123","full_name":"duct-framework/server.http.http-kit","owner":"duct-framework","description":"Integrant methods for running a HTTP-Kit web server","archived":false,"fork":false,"pushed_at":"2021-09-10T08:13:36.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T06:11:41.358Z","etag":null,"topics":["clojure","duct","http-kit","integrant","ring"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/duct-framework.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}},"created_at":"2017-06-13T12:35:48.000Z","updated_at":"2022-03-07T12:33:27.000Z","dependencies_parsed_at":"2022-08-28T19:40:16.828Z","dependency_job_id":null,"html_url":"https://github.com/duct-framework/server.http.http-kit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duct-framework%2Fserver.http.http-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duct-framework%2Fserver.http.http-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duct-framework%2Fserver.http.http-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duct-framework%2Fserver.http.http-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duct-framework","download_url":"https://codeload.github.com/duct-framework/server.http.http-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236323477,"owners_count":19130635,"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":["clojure","duct","http-kit","integrant","ring"],"created_at":"2025-01-30T13:15:38.870Z","updated_at":"2025-10-13T13:31:35.521Z","avatar_url":"https://github.com/duct-framework.png","language":"Clojure","readme":"# Duct server.http.http-kit\n\n[![Build Status](https://travis-ci.org/duct-framework/server.http.http-kit.svg?branch=master)](https://travis-ci.org/duct-framework/server.http.http-kit)\n\nIntegrant multimethods for running a [HTTP-Kit][] HTTP server for the\n[Duct][] framework.\n\n[http-kit]: http://www.http-kit.org/\n[duct]: https://github.com/duct-framework/duct\n\n## Installation\n\nTo install, add the following to your project `:dependencies`:\n\n    [duct/server.http.http-kit \"0.1.4\"]\n\n## Usage\n\nThis library adds Integrant methods that dispatch off the\n`:duct.server.http/http-kit` key, which is derived from\n`:duct.server/http`. The corresponding value is a map of options for\nthe HTTP-Kit Ring adapter, plus a `:handler` key that takes a handler\nfunction.\n\nFor example:\n\n```clojure\n{:duct.server.http/http-kit\n {:port    3000\n  :handler (fn [request]\n             {:status  200\n              :headers {\"Content-Type\" \"text/plain\"}\n              :body    \"Hello World\"})}}\n```\n\nA `:logger` key may also be specified, which will be used to log when\nthe server starts and when it stops. The value of the key should be an\nimplementation of the `duct.logger/Logger` protocol from the\n[duct.logger][] library\n\n[duct.logger]: https://github.com/duct-framework/logger\n\n## License\n\nCopyright © 2019 James Reeves\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduct-framework%2Fserver.http.http-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduct-framework%2Fserver.http.http-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduct-framework%2Fserver.http.http-kit/lists"}