akka/akka-http

Construct `ToResponseMarshaller` from `Marshaller[A, ResponseEntity]`

Open

#642 geöffnet am 11. Dez. 2016

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Scala (598 Forks)batch import
1 - triagedhackathonhelp wantedt:javat:marshallingt:routing

Repository-Metriken

Stars
 (1.311 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1T 10h) (2 gemergte PRs in 30 T)

Beschreibung

Currently only Marshaller[A, MessageEntity] is supported, which is Marshaller[A, RequestEntity], which won't for work for all ResponseEntitys (namely CloseDelimited).

Related #641.

Contributor Guide