akka/akka-http

Make 'client request' example more full-fledged

Open

#2,595 opened on Jul 12, 2019

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Scala (598 forks)batch import
help wantedt:clientt:docs

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (Avg merge 1d 10h) (2 merged PRs in 30d)

Description

https://doc.akka.io/docs/akka-http/current/client-side/request-and-response.html#processing-responses documents the separate steps of making requests and unmarshalling the response, but never 'ties it together' into a complete example - not even when you click 'go to snippet source'.

Contributor guide