Package | Description |
---|---|
org.springframework.restdocs.http |
Documenting the HTTP request sent to a RESTful API and the HTTP response that is
returned.
|
Modifier and Type | Method and Description |
---|---|
static HttpRequestSnippet |
HttpDocumentation.httpRequest()
Returns a new
Snippet that will document the HTTP request for the API
operation. |
static HttpRequestSnippet |
HttpDocumentation.httpRequest(java.util.Map<java.lang.String,java.lang.Object> attributes)
Returns a new
Snippet that will document the HTTP request for the API
operation. |