(Note: Originally a fork of https://github.com/weavejester/ring-server)
src/ring_custom_jetty | ||
test/ring_custom_jetty/server/test | ||
.gitignore | ||
project.clj | ||
README.md |
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.