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.
ring-custom-jetty-server/README.md

784 B

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.