Uses of Class
org.springframework.restdocs.http.HttpResponseSnippet
Packages that use 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
Methods in org.springframework.restdocs.http that return HttpResponseSnippetModifier and TypeMethodDescriptionstatic HttpResponseSnippetHttpDocumentation.httpResponse()Returns aSnippetthat will document the HTTP response for the API operation.static HttpResponseSnippetHttpDocumentation.httpResponse(Map<String, Object> attributes) Returns aSnippetthat will document the HTTP response for the API operation.