Interface IGettableHeaders
- Namespace
- Supabase.Core.Interfaces
- Assembly
- Supabase.Core.dll
Used for classes that need to retrieve Headers
externally.
public interface IGettableHeaders
Properties
GetHeaders
An executable Func
that returns a dictionary of headers to be appended onto a request.
Func<Dictionary<string, string>>? GetHeaders { get; set; }