packer/website/content/partials/datasource/http/DatasourceOutput.mdx

11 lines
574 B
Text
Raw Permalink Normal View History

2022-05-17 13:26:34 -04:00
<!-- Code generated from the comments of the DatasourceOutput struct in datasource/http/data.go; DO NOT EDIT MANUALLY -->
2022-05-17 14:03:49 -04:00
- `url` (string) - The URL the data was requested from.
2022-05-17 13:26:34 -04:00
2022-05-17 14:03:49 -04:00
- `body` (string) - The raw body of the HTTP response.
2022-05-17 13:26:34 -04:00
2022-05-17 14:03:49 -04:00
- `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).
2022-05-17 13:26:34 -04:00
<!-- End of code generated from the comments of the DatasourceOutput struct in datasource/http/data.go; -->