[]
Gets or sets a special handler to modify requests before they are sent.
[JsonIgnore]
public Func<RequestInit, RequestInit> OnBeforeRequest { get; set; }
Type | Description |
---|---|
Func<RequestInit, RequestInit> | A function that takes a RequestInit object and returns a modified RequestInit object. |