Home > @cerbos/core > RequestOptions
Options for sending a request to the policy decision point.
Signature:
export interface RequestOptions
Property |
Modifiers |
Type |
Description |
---|---|---|---|
HeadersInit | undefined |
(Optional) Headers to add to the request. | ||
AbortSignal | undefined |
(Optional) A signal to abort the request. |