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