akka/akka-http
Construct `ToResponseMarshaller` from `Marshaller[A, ResponseEntity]`
オープン
#642 opened on 2016/12/11
1 - triagedhackathonhelp wantedt:javat:marshallingt:routing
Repository metrics
- Stars
- (1,311 個のスター)
- PR merge metrics
- (平均マージ 1d 10h) (30d で 2 merged PRs)
説明
Currently only Marshaller[A, MessageEntity] is supported, which is Marshaller[A, RequestEntity], which won't for work for all ResponseEntitys (namely CloseDelimited).
Related #641.