Skip to content

Commit 8bd70d1

Browse files
committed
Add a table of contents
1 parent befa14f commit 8bd70d1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.org

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@
77
#+HTML_HEAD: <style type="text/css"> body {margin-right:15%; margin-left:15%;} </style>
88
#+LANGUAGE: en
99

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+
1037
* clj-http
1138
A Clojure HTTP library wrapping the [[http://hc.apache.org/][Apache HttpComponents]] client.
1239

0 commit comments

Comments
 (0)