diff options
author | Kim Alvefur <zash@zash.se> | 2020-08-01 18:41:30 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-08-01 18:41:30 +0200 |
commit | 30cf0db09c12d17be72ad55fe8820e9fd7cf7e68 (patch) | |
tree | 9aae09199af4f2ade66a55c9904b9f9510c13e95 /INSTALL | |
parent | eefe8a76880872993d0f65f600830b91caabbe23 (diff) | |
download | prosody-30cf0db09c12d17be72ad55fe8820e9fd7cf7e68.tar.gz prosody-30cf0db09c12d17be72ad55fe8820e9fd7cf7e68.zip |
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
}
})
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions