reitit/examples/http/README.md
2018-08-25 16:28:57 +03:00

19 lines
284 B
Markdown

# Http with Swagger 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