(Note: Originally a fork of https://github.com/weavejester/ring-server)
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2014-11-16 14:36:39 -05:00
src/ring_custom_jetty rename to ring-custom-jetty-server. update README.md 2014-11-16 14:36:39 -05:00
test/ring_custom_jetty/server/test rename to ring-custom-jetty-server. update README.md 2014-11-16 14:36:39 -05:00
.gitignore Added pom.xml.asc to .gitignore 2012-08-08 08:10:31 +01:00
project.clj rename to ring-custom-jetty-server. update README.md 2014-11-16 14:36:39 -05:00
README.md rename to ring-custom-jetty-server. update README.md 2014-11-16 14:36:39 -05:00

Ring-Custom-Jetty-Server

Fork of the ring-server library.

This library changes the ring.server.standalone/serve function, requiring that a function that will start an HTTP server be passed in via the :run-server-fn option. In every other respect, this library should function exactly the same as ring-server.

This function should have the same basic signature and return type as the normal ring.adapter.jetty/run-jetty function used by the ring-server library.

The main intended use of this library is to allow easy switching to use an async Jetty server instead.

License

Copyright © 2013 James Reeves

Copyright © 2014 Gered King

Distributed under the Eclipse Public License, the same as Clojure.