akka/akka-http
Consider adding a method to allow anonymous unmarshallers in Receptacles
Aperta
#79 aperta il 8 set 2016
1 - triagedhelp wantednice-to-have (low-prio)
Metriche repository
- Star
- (1311 stelle)
- Metriche merge PR
- (Merge medio 1g 10h) (2 PR mergiate in 30 g)
Descrizione
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))