akka/akka-http

Provide anyParams that was available in Spray

Open

#526 opened on Nov 15, 2016

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:routing

Repository metrics

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

Description

As documented in: http://spray.io/documentation/1.1.4/spray-routing/any-param-directives/anyParams/

Original impl here: https://github.com/spray/spray/blob/b473d9e8ce503bafc72825914f46ae6be1588ce7/spray-routing/src/main/scala/spray/routing/directives/AnyParamDirectives.scala

This will require shapeless though - or a "mini shapeless" so we should think where / how to put it.

Would be a very cool one to contribute by the community if someone wants to play around as type astronaut 😉

Contributor guide