akka/akka-http
Ver no GitHubConstruct `ToResponseMarshaller` from `Marshaller[A, ResponseEntity]`
Open
#642 aberto em 11 de dez. de 2016
1 - triagedhackathonhelp wantedt:javat:marshallingt:routing
Métricas do repositório
- Stars
- (1.311 stars)
- Métricas de merge de PR
- (Mesclagem média 1d 10h) (2 fundiu PRs em 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.