# Chore Add context to RPC call, similar to https://github.com/supabase-community/postgrest-go/pull/49 ## Describe the chore Would be great to add an rpc function version that accepts a context, and uses [NewRequestWithContext](https://pkg.go.dev/net/http#NewRequestWithContext) to pass in server ctx.