Add support for http PUT 07/63807/1
authormmis <michael.morris@ericsson.com>
Thu, 30 Aug 2018 12:34:55 +0000 (13:34 +0100)
committermmis <michael.morris@ericsson.com>
Thu, 30 Aug 2018 12:39:26 +0000 (13:39 +0100)
commitef849e64bc904f729bace1fb2c43f8cf34de3dd5
tree8879ae092ef1af626bce444fc486fa3076596a99
parent5443573fe9f8a183f968aa63d08dc3543e73c305
Add support for http PUT

Added support for http PUT for use by the policy forwarder in
policy/distribution

Issue-ID: POLICY-926
Change-Id: Ifa5c2e8be0582797936b95b772ad236f35c10f24
Signed-off-by: mmis <michael.morris@ericsson.com>
policy-endpoints/pom.xml
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/HttpClient.java
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/client/internal/JerseyClient.java
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/http/server/internal/JettyServletServer.java
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/http/server/test/HttpClientTest.java
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/http/server/test/RestEchoService.java