Issue #19575: Adding Dest Param to win_uri (#19577)

* Issue #19575: Adding Dest Param to win_uri

Added `dest` param to win_uri. Outputs the response body to a specified
file.

Addresses Issue #19575

* Was setting the wrong attribute
This commit is contained in:
Corwin Brown 2017-01-04 15:33:47 -06:00 committed by Matt Davis
commit 9b7c9931db
2 changed files with 11 additions and 0 deletions

View file

@ -57,6 +57,11 @@ options:
body:
description:
- The body of the HTTP request/response to the web service.
dest:
version_added: "2.3"
description:
- Output the response body to a file.
default: None
headers:
description:
- 'Key Value pairs for headers. Example "Host: www.somesite.com"'