akka/akka-http
Consider adding a method to allow anonymous unmarshallers in Receptacles
開放
#79 建立於 2016年9月8日
1 - triagedhelp wantednice-to-have (low-prio)
倉庫指標
- 星標
- (1,311 顆星)
- PR 合併指標
- (平均合併 1天 10小時) (30 天內合併 2 個 PR)
描述
Issue by kubukoz Tuesday Mar 01, 2016 at 10:32 GMT Originally opened as https://github.com/akka/akka/issues/19930
Enable calls like
case class UserId(i: Int)
"id".as[Int].as(i => UserId(i))