# ok-http **Repository Path**: mirrors_exoscale/ok-http ## Basic Information - **Project Name**: ok-http - **Description**: OkHttp clojure wrapper - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ok-http Very minimal http client based on ok-http ## Usage RING1 style api ``` clj (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](API.md) ## Installation ok-http is [available on Clojars](https://clojars.org/com.exoscale/ok-http). Add this to your dependencies: [![Clojars Project](https://img.shields.io/clojars/v/com.exoscale/ok-http.svg?include_prereleases)](https://clojars.org/com.exoscale/ok-http) ## License Copyright © 2025 [Exoscale](https://exoscale.com) Distributed under the Eclipse Public License version 1.0.