Open
Description
Feature request
Is your feature request related to a problem? Please describe.
I'm currently working on a project using Supabase in C#, and I need to add a custom header to my requests. Additionally, I want to retrieve a specific header value from the response.
I've been able to make basic requests, but I'm not sure how to modify the request to include a custom header or how to access the headers from the response. Could anyone provide an example or guidance on how to achieve this in C#?
Describe the solution you'd like
I thinking like this
query.GetHeaders().TryAdd("prefer", "count=exact");