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

     1  <!-- Code generated from the comments of the Config struct in datasource/http/data.go; DO NOT EDIT MANUALLY -->
     2  
     3  - `method` (string) - HTTP method used for the request. Supported methods are `HEAD`, `GET`, `POST`, `PUT`, `DELETE`, `OPTIONS`, `PATCH`. Default is `GET`.
     4  
     5  - `request_headers` (map[string]string) - A map of strings representing additional HTTP headers to include in the request.
     6  
     7  - `request_body` (string) - HTTP request payload send with the request. Default is empty.
     8  
     9  <!-- End of code generated from the comments of the Config struct in datasource/http/data.go; -->