Include request body and response body default snippets list

Closes gh-379
This commit is contained in:
Tomasz Kopczynski
2017-04-09 14:47:22 +02:00
committed by Andy Wilkinson
parent 9f67eaab70
commit 30fa6bcc5f

View File

@@ -90,12 +90,14 @@ include::{examples-dir}/com/example/restassured/CustomFormat.java[tags=custom-fo
[[configuration-default-snippets]]
=== Default snippets
Four snippets are produced by default:
Six snippets are produced by default:
- `curl-request`
- `http-request`
- `http-response`
- `httpie-request`
- `request-body`
- `response-body`
You can change the default snippet configuration during setup using the
`RestDocumentationConfigurer` API. For example, to only produce the `curl-request`