pekko/akka-docs/rst/scala/http/client-side
Bernard Leach ac8c4dc1b1 +Doc #20192 update http example to always consume response (#21241)
The single-request-in-actor-example does not consume the response
in where the status code is not OK.  Although this is unlikely
to cause backpressure issues as the response is likely to have
a HttpEntity.Strict entity, the example is confusing as it
does not follow the warning about always consuming the response.
2016-08-24 11:16:08 +02:00
..
client-https-support.rst !htc #20371 allows for simple HTTPS usage from Java, fixes typo in APIs (#20373) 2016-04-25 12:01:03 +02:00
connection-level.rst +doc #20192 explain need of draining entities in server/client HTTP (#20852) 2016-07-08 14:47:29 +02:00
host-level.rst +doc #20192 explain need of draining entities in server/client HTTP (#20852) 2016-07-08 14:47:29 +02:00
index.rst +doc #20192 explain need of draining entities in server/client HTTP (#20852) 2016-07-08 14:47:29 +02:00
request-level.rst +Doc #20192 update http example to always consume response (#21241) 2016-08-24 11:16:08 +02:00
websocket-support.rst =doc websocket - amending streaming to streamed msgs #19945 2016-08-09 13:10:52 +02:00