http server started 223 [main] DEBUG org.onap.ccsdk.features.sdnr.wt.common.http.BaseHTTPClient - try to send request with url=http://localhost:54440/mwtn/test as method=GET req received: GET /mwtn/test req handled successful 300 [main] DEBUG org.onap.ccsdk.features.sdnr.wt.common.http.BaseHTTPClient - ResponseCode: 200 301 [main] DEBUG org.onap.ccsdk.features.sdnr.wt.common.http.BaseHTTPClient - try to send request with url=http://localhost:54440/mwtn/test as method=POST req received: POST /mwtn/test req handled successful 346 [main] DEBUG org.onap.ccsdk.features.sdnr.wt.common.http.BaseHTTPClient - ResponseCode: 200 BaseHTTPResponse [code=200, body=This is the response post] 347 [main] DEBUG org.onap.ccsdk.features.sdnr.wt.common.http.BaseHTTPClient - try to send request with url=http://localhost:54440/mwtn/test as method=PUT req received: PUT /mwtn/test req handled successful 390 [main] DEBUG org.onap.ccsdk.features.sdnr.wt.common.http.BaseHTTPClient - ResponseCode: 200 390 [main] DEBUG org.onap.ccsdk.features.sdnr.wt.common.http.BaseHTTPClient - try to send request with url=http://localhost:54440/mwtn/test as method=DELETE req received: DELETE /mwtn/test req handled successful 434 [main] DEBUG org.onap.ccsdk.features.sdnr.wt.common.http.BaseHTTPClient - ResponseCode: 200 try to stop server http server stopped