api3/admin/datastore/upload_catar.rs: implement upload future

This commit is contained in:
Dietmar Maurer
2019-01-15 11:38:26 +01:00
parent 7e21da6e23
commit 1629d2ad7b
5 changed files with 104 additions and 45 deletions

View File

@ -180,8 +180,8 @@ fn handle_sync_api_request(
fn handle_upload_api_request(
info: &'static ApiUploadMethod,
formatter: &'static OutputFormatter,
parts: Parts,
_formatter: &'static OutputFormatter,
_parts: Parts,
req_body: Body,
uri_param: HashMap<String, String>,
) -> BoxFut