sprest icon indicating copy to clipboard operation
sprest copied to clipboard

Sprest is a collection of libaries to make building REST services simpler using Spray.

Results 4 sprest issues
Sort by recently updated
recently updated
newest added

By default Mongo handles ids in ObjectID format which takes less space and is faster to process but in the current sprest id type is string and if in database...

I have ISODate type dates in mongo database and I tried using DateTime for case class type variables but then I try to load the data in browser it is...

Seems like magnet pattern could be used instead of all the id-type specific overloads of "rest" directive.

See: https://github.com/t3hnar/scala-bcrypt for scala impl See: http://www.mindrot.org/projects/jBCrypt/ for java library that above uses What's really cool about BCrypt is that it embeds the salt into the hash and is able...

enhancement