github.com/hashicorp/packer@v1.14.3/website/content/partials/datasource/http/Config-required.mdx (about)

     1  <!-- Code generated from the comments of the Config struct in datasource/http/data.go; DO NOT EDIT MANUALLY -->
     2  
     3  - `url` (string) - The URL to request data from. This URL must respond with a `2xx` range response code and a `text/*` or `application/json` Content-Type.
     4  
     5  <!-- End of code generated from the comments of the Config struct in datasource/http/data.go; -->