public class HttpClientStackTest
extends java.lang.Object
Constructor and Description |
---|
HttpClientStackTest() |
Modifier and Type | Method and Description |
---|---|
void |
createDeleteRequest() |
void |
createDeprecatedGetRequest() |
void |
createDeprecatedPostRequest() |
void |
createGetRequest() |
void |
createHeadRequest() |
void |
createOptionsRequest() |
void |
createPatchRequest() |
void |
createPatchRequestWithBody() |
void |
createPostRequest() |
void |
createPostRequestWithBody() |
void |
createPutRequest() |
void |
createPutRequestWithBody() |
void |
createTraceRequest() |
public void createDeprecatedGetRequest() throws java.lang.Exception
java.lang.Exception
public void createDeprecatedPostRequest() throws java.lang.Exception
java.lang.Exception
public void createGetRequest() throws java.lang.Exception
java.lang.Exception
public void createPostRequest() throws java.lang.Exception
java.lang.Exception
public void createPostRequestWithBody() throws java.lang.Exception
java.lang.Exception
public void createPutRequest() throws java.lang.Exception
java.lang.Exception
public void createPutRequestWithBody() throws java.lang.Exception
java.lang.Exception
public void createDeleteRequest() throws java.lang.Exception
java.lang.Exception
public void createHeadRequest() throws java.lang.Exception
java.lang.Exception
public void createOptionsRequest() throws java.lang.Exception
java.lang.Exception
public void createTraceRequest() throws java.lang.Exception
java.lang.Exception
public void createPatchRequest() throws java.lang.Exception
java.lang.Exception
public void createPatchRequestWithBody() throws java.lang.Exception
java.lang.Exception