+htc #18027 add the missing javadsl.clientLayer and serverLayer
This commit is contained in:
parent
e14773c3d9
commit
8ef7c64886
7 changed files with 110 additions and 10 deletions
|
|
@ -67,7 +67,7 @@ However, akka-stream should soon provide such a feature.
|
|||
Stand-Alone HTTP Layer Usage
|
||||
----------------------------
|
||||
|
||||
Due to its Reactive-Stream-based nature the Akka HTTP layer is fully detachable from the underlying TCP
|
||||
Due to its Reactive-Streams-based nature the Akka HTTP layer is fully detachable from the underlying TCP
|
||||
interface. While in most applications this "feature" will not be crucial it can be useful in certain cases to be able
|
||||
to "run" the HTTP layer (and, potentially, higher-layers) against data that do not come from the network but rather
|
||||
some other source. Potential scenarios where this might be useful include tests, debugging or low-level event-sourcing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue