mirror of
https://github.com/metosin/reitit.git
synced 2025-12-19 17:21:10 +00:00
19 lines
278 B
Markdown
19 lines
278 B
Markdown
# reitit-http example
|
|
|
|
## Usage
|
|
|
|
```clj
|
|
> lein repl
|
|
(start)
|
|
```
|
|
|
|
Go with browser to:
|
|
|
|
* http://localhost:3000/api/sync - synchronous
|
|
* http://localhost:3000/api/async - with core.async
|
|
* http://localhost:3000/api/future - with futures
|
|
|
|
|
|
## License
|
|
|
|
Copyright © 2018 Metosin Oy
|