Interface
HttpResourceRequest
@ng-forge/dynamic-forms
Signature
interface HttpResourceRequestProperties
| Name | Type | Description |
|---|---|---|
url | string | - |
method ? | "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | - |
body ? | unknown | - |
headers ? | Record<string, string | string[]> | - |
packages/dynamic-forms/src/lib/core/validation/validator-types.ts:175