akka/akka-http

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

Open

#642 aperta il 11 dic 2016

Vedi su GitHub
 (3 commenti) (1 reazione) (0 assegnatari)Scala (598 fork)batch import
1 - triagedhackathonhelp wantedt:javat:marshallingt:routing

Metriche repository

Star
 (1311 star)
Metriche merge PR
 (Merge medio 1g 10h) (2 PR mergiate in 30 g)

Descrizione

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

Related #641.

Guida contributor