Fix link to clj-http-lite
This commit is contained in:
parent
40ac1675ee
commit
aa906ada24
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@ For making HTTP requests you can use:
|
|||
`curl` to make requests.
|
||||
- [org.httpkit.client](https://github.com/http-kit/http-kit)
|
||||
- `slurp` for simple `GET` requests
|
||||
- [clj-http-lite](https://github.com/borkdude/clj-http-lite) as a library.
|
||||
- [clj-http-lite](https://github.com/babashka/clj-http-lite) as a library.
|
||||
- `clojure.java.shell` or `java.lang.ProcessBuilder` for shelling out to your
|
||||
favorite command line http client
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue