!htc #20371 allows for simple HTTPS usage from Java, fixes typo in APIs (#20373)

This commit is contained in:
Konrad Malawski 2016-04-25 12:01:03 +02:00
parent b983f19c1f
commit 0e11ec2057
28 changed files with 674 additions and 120 deletions

View file

@ -3,7 +3,7 @@
Client-Side HTTPS Support
=========================
Akka HTTP supports TLS encryption on the client-side as well as on the :ref:`server-side <serverSideHTTPS>`.
Akka HTTP supports TLS encryption on the client-side as well as on the :ref:`server-side <serverSideHTTPS-scala>`.
.. warning:

View file

@ -27,5 +27,5 @@ Akka HTTP will happily handle many thousand concurrent connections to a single o
connection-level
host-level
request-level
https-support
client-https-support
websocket-support