|
7 | 7 | #+HTML_HEAD: <style type="text/css"> body {margin-right:15%; margin-left:15%;} </style> |
8 | 8 | #+LANGUAGE: en |
9 | 9 |
|
| 10 | +* Table of Contents :TOC: |
| 11 | + - [[#clj-http][clj-http]] |
| 12 | + - [[#installation][Installation]] |
| 13 | + - [[#usage][Usage]] |
| 14 | + - [[#input-coercion][Input coercion]] |
| 15 | + - [[#output-coercion][Output coercion]] |
| 16 | + - [[#misc][Misc]] |
| 17 | + - [[#exceptions][Exceptions]] |
| 18 | + - [[#proxies][Proxies]] |
| 19 | + - [[#socks-proxies][SOCKS Proxies]] |
| 20 | + - [[#keystores-and-trust-stores][Keystores and Trust-stores]] |
| 21 | + - [[#cookie-stores][Cookie stores]] |
| 22 | + - [[#link-headers][Link headers]] |
| 23 | + - [[#headers][Headers]] |
| 24 | + - [[#using-persistent-connections][Using persistent connections]] |
| 25 | + - [[#redirects-handling][Redirects handling]] |
| 26 | + - [[#custom-middleware-lists][Custom middleware lists]] |
| 27 | + - [[#debugging][Debugging]] |
| 28 | + - [[#faking-clj-http-responses][Faking clj-http responses]] |
| 29 | + - [[#design][Design]] |
| 30 | + - [[#optional-dependenciess][Optional dependenciess]] |
| 31 | + - [[#known-issues--issues-you-may-run-into][Known issues / Issues you may run into]] |
| 32 | + - [[#verifyerror-class-orgcodehausjacksonsmilesmileparser-overrides-final-method-getbinaryvalue][VerifyError class org.codehaus.jackson.smile.SmileParser overrides final method getBinaryValue...]] |
| 33 | + - [[#clj-http-lite][clj-http-lite]] |
| 34 | + - [[#development][Development]] |
| 35 | + - [[#license][License]] |
| 36 | + |
10 | 37 | * clj-http |
11 | 38 | A Clojure HTTP library wrapping the [[http://hc.apache.org/][Apache HttpComponents]] client. |
12 | 39 |
|
|
0 commit comments