=doc port over some http documentation from the scala side
This commit is contained in:
parent
16d4b4a331
commit
11d98a6593
18 changed files with 701 additions and 9 deletions
|
|
@ -0,0 +1,4 @@
|
|||
.. _ConnectionLevelApi-java:
|
||||
|
||||
Connection-Level Client-Side API
|
||||
================================
|
||||
4
akka-docs-dev/rst/java/http/client-side/host-level.rst
Normal file
4
akka-docs-dev/rst/java/http/client-side/host-level.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.. _HostLevelApi-java:
|
||||
|
||||
Host-Level Client-Side API
|
||||
==========================
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
.. _clientSideHTTPS-java:
|
||||
|
||||
Client-Side HTTPS Support
|
||||
=========================
|
||||
15
akka-docs-dev/rst/java/http/client-side/index.rst
Normal file
15
akka-docs-dev/rst/java/http/client-side/index.rst
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.. _http-client-side-java:
|
||||
|
||||
Consuming HTTP-based Services (Client-Side)
|
||||
===========================================
|
||||
|
||||
...
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
connection-level
|
||||
host-level
|
||||
request-level
|
||||
https-support
|
||||
websocket-support
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
.. _RequestLevelApi-java:
|
||||
|
||||
Request-Level Client-Side API
|
||||
=============================
|
||||
|
||||
...
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
Client-Side WebSocket Support
|
||||
=============================
|
||||
|
||||
TODO
|
||||
Loading…
Add table
Add a link
Reference in a new issue