spray-dsl Questions

2

Solved

I tried a simple spray example app and i cannot access the route, I uploaded the example source code which does not work to github: spray-tomcat-example: git clone https://github.com/avidanyum/sp...
Poise asked 17/4, 2015 at 14:9

2

Solved

When I'm using Spray.io to develop a RESTful API, how should I structure my application? I already saw this answer on how to split a Spray application, but I'm not satisfied with it, since it does...
Peele asked 15/5, 2014 at 21:32

1

Solved

I have this route: val routes = pathPrefix("api") { path("ElevationService" / DoubleNumber / DoubleNumber) { (long, lat) => post { requestContext => println(long, lat) } } } This w...
Athamas asked 30/12, 2014 at 15:1

1

Solved

I would like to support a couple of different content types submitted to the same URL: e.g: application/x-www-form-urlencoded, multipart/form-data, application/json I would like to do something...
Deltoro asked 3/4, 2014 at 1:43
1

© 2022 - 2024 — McMap. All rights reserved.