docs/concepts/bindings/specs/http.md

301 B

HTTP Binding Spec

apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
  name: <name>
spec:
  type: bindings.http
  metadata:
  - name: url
    value: http://something.com
  - name: method
    value: GET

url is the HTTP url to invoke. method is the HTTP verb to use for the request.