Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ok-http

Very minimal http client based on ok-http

Usage

RING1 style api

(require '[exoscale.ok-http :as c])

;; creates a new client instance
(def c (c/client {}))

(c/request c {:method :get
              :url "http://google.com/"})

Documentation

API docs

Installation

ok-http is available on Clojars.

Add this to your dependencies:

Clojars Project

License

Copyright © 2025 Exoscale

Distributed under the Eclipse Public License version 1.0.

About

OkHttp clojure wrapper

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages