Uses of Class
org.springframework.restdocs.http.HttpResponseSnippet
Package
Description
Documenting the HTTP request sent to a RESTful API and the HTTP response that is
returned.
-
Uses of HttpResponseSnippet in org.springframework.restdocs.http
Modifier and TypeMethodDescriptionstatic HttpResponseSnippet
HttpDocumentation.httpResponse()
Returns aSnippet
that will document the HTTP response for the API operation.static HttpResponseSnippet
HttpDocumentation.httpResponse
(Map<String, Object> attributes) Returns aSnippet
that will document the HTTP response for the API operation.