akka/akka-http
View on GitHubConstruct `ToResponseMarshaller` from `Marshaller[A, ResponseEntity]`
Open
#642 opened on Dec 11, 2016
1 - triagedhackathonhelp wantedt:javat:marshallingt:routing
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.