mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-09 09:52:29 -04:00
10 lines
574 B
Text
10 lines
574 B
Text
<!-- Code generated from the comments of the DatasourceOutput struct in datasource/http/data.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `url` (string) - The URL the data was requested from.
|
|
|
|
- `body` (string) - The raw body of the HTTP response.
|
|
|
|
- `request_headers` (map[string]string) - A map of strings representing the response HTTP headers.
|
|
Duplicate headers are concatenated with, according to [RFC2616](https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2).
|
|
|
|
<!-- End of code generated from the comments of the DatasourceOutput struct in datasource/http/data.go; -->
|