mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
|
Some checks failed
testsuite / Clojure (Java 11) (push) Has been cancelled
testsuite / Clojure (Java 17) (push) Has been cancelled
testsuite / Clojure (Java 21) (push) Has been cancelled
testsuite / ClojureScript (push) Has been cancelled
testsuite / Lint cljdoc.edn (push) Has been cancelled
testsuite / Check cljdoc analysis (push) Has been cancelled
|
||
|---|---|---|
| .. | ||
| src/example | ||
| .gitignore | ||
| project.clj | ||
| README.md | ||
reitit-http example
Usage
> lein repl
(start)
Go with browser to:
- http://localhost:3000/api/sync - synchronous
- http://localhost:3000/api/async - with core.async channels
- http://localhost:3000/api/future - with futures
- http://localhost:3000/api/deferred - with manifold deferred
- http://localhost:3000/api/promesa - with promesa promises
License
Copyright © 2018 Metosin Oy