* +doc #20192 explain need of draining entities in server/client HTTP * missing javadsl for Connection header * Update HttpClientExampleDocTest.java
This commit is contained in:
parent
9683e4bc58
commit
60fb163331
20 changed files with 766 additions and 16 deletions
|
|
@ -8,6 +8,11 @@ defining RESTful web services. It picks up where the low-level API leaves off an
|
|||
functionality of typical web servers or frameworks, like deconstruction of URIs, content negotiation or
|
||||
static content serving.
|
||||
|
||||
.. note::
|
||||
It is recommended to read the :ref:`implications-of-streaming-http-entities` section,
|
||||
as it explains the underlying full-stack streaming concepts, which may be unexpected when coming
|
||||
from a background with non-"streaming first" HTTP Servers.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
|
|
@ -100,4 +105,4 @@ and split each line before we send it to an actor for further processing:
|
|||
Configuring Server-side HTTPS
|
||||
-----------------------------
|
||||
|
||||
For detailed documentation about configuring and using HTTPS on the server-side refer to :ref:`serverSideHTTPS-scala`.
|
||||
For detailed documentation about configuring and using HTTPS on the server-side refer to :ref:`serverSideHTTPS-scala`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue