akka/akka-http

Consider adding a method to allow anonymous unmarshallers in Receptacles

Open

#79 opened on Sep 8, 2016

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (Avg merge 1d 10h) (2 merged PRs in 30d)

Description

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))

Contributor guide