https://github.com/akvo/resumed
A ring handler to support tus.io resumable uploads
https://github.com/akvo/resumed
clojure ring tus
Last synced: about 2 months ago
JSON representation
A ring handler to support tus.io resumable uploads
- Host: GitHub
- URL: https://github.com/akvo/resumed
- Owner: akvo
- License: mpl-2.0
- Created: 2016-02-16T08:18:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T10:09:04.000Z (almost 7 years ago)
- Last Synced: 2025-08-01T19:56:04.319Z (2 months ago)
- Topics: clojure, ring, tus
- Language: Clojure
- Size: 115 KB
- Stars: 7
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resumed
A [Ring](https://github.com/ring-clojure/ring/wiki/Concepts#handlers)
handler to support [tus](http://tus.io/) resumable uploads[](https://travis-ci.org/akvo/resumed)
## Usage
````clojure
(make-handler opts)
````### `opts`
* `:save-dir` Path to save location, the path must be writable by the
user running the HTTP service.## License
Copyright (C) 2016 Akvo Foundation
Distributed under the Mozilla Public License 2.0