spray-can icon indicating copy to clipboard operation
spray-can copied to clipboard

A low-overhead, high-performance, fully async HTTP 1.1 server and client library implemented entirely in Scala on top of Akka

Results 8 spray-can issues
Sort by recently updated
recently updated
newest added

Please see this issue: https://github.com/akka/akka/issues/18397

Hello, I tried googleing around, but it seems there is no support for socket activation in spray-can. https://www.freedesktop.org/software/systemd/man/systemd.socket.html http://0pointer.de/blog/projects/socket-activation.html (quite old though) Is this something that can be added easily,...

Hello! I think I may have found a bug when dealing with HEAD requests to spray-can. The [documentation states](http://spray.io/documentation/1.1.2/spray-routing/method-directives/head/): > By default, spray-can handles HEAD-requests transparently by dispatching a GET-request...

Currently the HttpServer only watches for timeouts for the _initial_ part of a response, i.e. once a chunked response is started the following response chunkes can be separated by "infinitely"...

Improvement