diff --git a/internal/processing/http-request-create.go b/internal/processing/http-request-create.go index bc99cf9..7b9cf1e 100644 --- a/internal/processing/http-request-create.go +++ b/internal/processing/http-request-create.go @@ -25,6 +25,7 @@ func (hre *HTTPRequestCreate) Process(ctx context.Context, payload any) (any, er urlString := urlBuffer.String() + //TODO(jwetzell): support body request, err := http.NewRequest(hre.Method, urlString, bytes.NewBuffer([]byte{})) if err != nil {