akka/akka-http
在 GitHub 查看Construct `ToResponseMarshaller` from `Marshaller[A, ResponseEntity]`
Open
#642 创建于 2016年12月11日
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.