Merge pull request #379 from Tomasz Kopczynski

* gh-379:
  Include request body and response body default snippets list
This commit is contained in:
Andy Wilkinson
2017-04-10 09:35:12 +01:00

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`