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

26 lines
784 B
Markdown
Raw Normal View History

# Ring-Custom-Jetty-Server
2012-02-07 17:35:55 -05:00
Fork of the [ring-server][1] library.
2012-02-07 17:35:55 -05:00
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].
2012-02-07 17:35:55 -05:00
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.
2012-02-12 09:38:52 -05:00
The main intended use of this library is to allow easy switching
to use an async Jetty server instead.
2012-02-12 09:38:52 -05:00
[1]: https://github.com/weavejester/ring-server
2012-02-07 17:35:55 -05:00
## License
2013-11-03 01:17:51 -05:00
Copyright © 2013 James Reeves
2012-02-07 17:35:55 -05:00
Copyright © 2014 Gered King
2012-02-07 17:35:55 -05:00
Distributed under the Eclipse Public License, the same as Clojure.