public static class TestHttpServer.ResponseProperties extends Object
| Modifier and Type | Method and Description |
|---|---|
TestHttpServer.ResponseProperties |
body(String b)
Returns a new
ResponseProperties instance based on the current instance,
but adding the specified response body. |
TestHttpServer.ResponseProperties |
header(String name,
String value)
Returns a new
ResponseProperties instance based on the current instance,
but adding the specified response header. |
public TestHttpServer.ResponseProperties body(String b)
ResponseProperties instance based on the current instance,
but adding the specified response body.public TestHttpServer.ResponseProperties header(String name, String value)
ResponseProperties instance based on the current instance,
but adding the specified response header.Copyright © 2017 Atlassian. All rights reserved.