Akka:Http:ParameterDirectives Optional parameter with default value val route = parameters('color, 'backgroundColor ? "white") { (color, backgroundColor) => complete(s"The color is '$color' and the background is '$backgroundColor'") } See also akka-http Favorite site parameters • Akka HTTP parameters — Akka Documentation