An open API service indexing awesome lists of open source software.

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

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

[![Build Status](https://travis-ci.org/akvo/resumed.svg?branch=master)](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