HTTP: Add multipart support with multiple files 28/79328/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 28 Feb 2019 06:42:46 +0000 (12:12 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 28 Feb 2019 06:42:46 +0000 (12:12 +0530)
commitc9f4e87e86c166ca5ba641dbb99d8a6a5f759e3a
treecf83bc99817ce58dc856e8485e7da78e388e33f0
parent66ea89a04f3ad7476697e87fd2a26c4edd52dafd
HTTP: Add multipart support with multiple files

Issue-ID: CLI-129

Change-Id: I65a4d48bb7ce2922043739b83fdc13de7d2f584d
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java
profiles/http/src/main/java/org/onap/cli/fw/http/connect/HttpInput.java
profiles/http/src/main/java/org/onap/cli/fw/http/connect/OnapHttpConnection.java
profiles/http/src/main/java/org/onap/cli/fw/http/schema/OnapCommandSchemaHttpLoader.java
profiles/http/src/main/java/org/onap/cli/fw/http/utils/OnapCommandHttpUtils.java
profiles/http/src/main/resources/open-cli-schema/http/default_input_parameters_http.yaml
profiles/http/src/test/java/org/onap/cli/fw/http/schema/ValidateSchemaTest.java [deleted file]
profiles/http/src/test/resources/open-cli-schema/sample-multipart-schema-http.yaml [new file with mode: 0644]