akka/akka-http

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

Open

#642 opened on Dec 11, 2016

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Scala (598 forks)batch import
1 - triagedhackathonhelp wantedt:javat:marshallingt:routing

Repository metrics

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

Description

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