Software /
code /
prosody
Comparison
plugins/mod_auth_internal_hashed.lua @ 11022:3e5bc34be734
mod_http: Add way to signal that a module supports streaming uploads
Fixes #726
API:
module:provides("http", {
streaming_uploads = true;
route = {
PUT = function (event)
event.request.body_sink = io.tmpfile();
return true;
end
}
})
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 01 Aug 2020 18:41:30 +0200 |
parent | 10916:c7ed8f754033 |
child | 11560:3bbb1af92514 |
comparison
equal
deleted
inserted
replaced
11021:9673c95895fb | 11022:3e5bc34be734 |
---|