Skip to content

Option to add a Custom Header to a Request and Retrieve Response Header Value #99

Open
@bhagavan44

Description

@bhagavan44

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");

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions