public class TestRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestRequest.Delete
Test example of a DELETE request in the new style.
|
static class |
TestRequest.DeprecatedGet
Test example of a GET request in the deprecated style.
|
static class |
TestRequest.DeprecatedPost
Test example of a POST request in the deprecated style.
|
static class |
TestRequest.Get
Test example of a GET request in the new style.
|
static class |
TestRequest.Head
Test example of a HEAD request in the new style.
|
static class |
TestRequest.Options
Test example of a OPTIONS request in the new style.
|
static class |
TestRequest.Patch
Test example of a PATCH request in the new style.
|
static class |
TestRequest.PatchWithBody
Test example of a PATCH request in the new style with a body.
|
static class |
TestRequest.Post
Test example of a POST request in the new style.
|
static class |
TestRequest.PostWithBody
Test example of a POST request in the new style with a body.
|
static class |
TestRequest.Put
Test example of a PUT request in the new style.
|
static class |
TestRequest.PutWithBody
Test example of a PUT request in the new style with a body.
|
static class |
TestRequest.Trace
Test example of a TRACE request in the new style.
|
Constructor and Description |
---|
TestRequest() |