aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-08-02 12:10:43 +0200
committeradamw <adam@warski.org>2017-08-02 12:10:43 +0200
commit1979c99253a545009666b79c75c592e19e8083af (patch)
tree1a6dcc049a6e45c7011acf7aa5fbd770d18a44be /README.md
parent02be9a13bf6e4a6da8a5ced85ae6b716a64c919a (diff)
downloadsttp-1979c99253a545009666b79c75c592e19e8083af.tar.gz
sttp-1979c99253a545009666b79c75c592e19e8083af.tar.bz2
sttp-1979c99253a545009666b79c75c592e19e8083af.zip
Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0d0065d..d3dadd8 100644
--- a/README.md
+++ b/README.md
@@ -350,6 +350,8 @@ This handler depends on [OkHttp](http://square.github.io/okhttp/), and offers
both a **synchronous** (`OkHttpSyncClientHandler`) and **asynchronous**
(`OkHttpFutureClientHandler`), `Future`-based handlers.
+OkHttp fully supports HTTP/2.
+
## Request type
All request descriptions have type `RequestT[U, T, S]` (T as in Template).