Two new directives for accepting file uploads through multipart forms: `uploadedFile` which allows for very simple upload into a temporary file `fileUpload` which allows to simply work with the stream of bytes of an upload |
||
|---|---|---|
| .. | ||
| server | ||
| HttpClientExampleSpec.scala | ||
| HttpServerExampleSpec.scala | ||
| HttpServerExampleSpec.scala.orig | ||
| MarshalSpec.scala | ||
| ModelSpec.scala | ||
| SprayJsonExampleSpec.scala | ||
| UnmarshalSpec.scala | ||