akka/akka-http

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

Open

#642 创建于 2016年12月11日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)Scala (598 fork)batch import
1 - triagedhackathonhelp wantedt:javat:marshallingt:routing

仓库指标

Star
 (1,311 star)
PR 合并指标
 (平均合并 1天 10小时) (30 天内合并 2 个 PR)

描述

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

Related #641.

贡献者指南