26 lines
784 B
Markdown
26 lines
784 B
Markdown
# Ring-Custom-Jetty-Server
|
|
|
|
Fork of the [ring-server][1] 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][1].
|
|
|
|
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][1] library.
|
|
|
|
The main intended use of this library is to allow easy switching
|
|
to use an async Jetty server instead.
|
|
|
|
[1]: https://github.com/weavejester/ring-server
|
|
|
|
## License
|
|
|
|
Copyright © 2013 James Reeves
|
|
|
|
Copyright © 2014 Gered King
|
|
|
|
Distributed under the Eclipse Public License, the same as Clojure.
|