akka/akka-http
Consider adding a method to allow anonymous unmarshallers in Receptacles
オープン
#79 opened on 2016/09/08
1 - triagedhelp wantednice-to-have (low-prio)
Repository metrics
- Stars
- (1,311 個のスター)
- PR merge metrics
- (平均マージ 1d 10h) (30d で 2 merged PRs)
説明
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))