Uses of Class
io.helidon.webserver.testsupport.TestResponse
-
Uses of TestResponse in io.helidon.webserver.testsupport
Methods in io.helidon.webserver.testsupport that return TestResponseModifier and TypeMethodDescriptionTestRequest.call(io.helidon.common.http.Http.RequestMethod method) Calls using specified HTTP method with body.TestRequest.call(io.helidon.common.http.Http.RequestMethod method, MediaPublisher mediaPublisher) Calls using specified HTTP method with body.TestRequest.delete()Calls HTTP DELETE method with body.TestRequest.delete(MediaPublisher mediaPublisher) Calls HTTP DELETE method with body.TestRequest.get()Calls HTTP GET method with body.TestRequest.get(MediaPublisher mediaPublisher) Calls HTTP GET method with body.TestRequest.head()Calls HTTP HEAD method with body.TestRequest.head(MediaPublisher mediaPublisher) Calls HTTP HEAD method with body.TestRequest.options()Calls HTTP OPTIONS method with body.TestRequest.options(MediaPublisher mediaPublisher) Calls HTTP OPTIONS method with body.TestRequest.post()Calls HTTP POST method with body.TestRequest.post(MediaPublisher mediaPublisher) Calls HTTP POST method with body.TestRequest.put()Calls HTTP PUT method with body.TestRequest.put(MediaPublisher mediaPublisher) Calls HTTP PUT method with body.TestRequest.trace()Calls HTTP TRACE method with body.TestRequest.trace(MediaPublisher mediaPublisher) Calls HTTP TRACE method with body.