refactor: move content negotiation logic to Negotiate.hs

Moves the `negotiateContent` function to `Plan/Negotiate.hs`
module. This also adds comments to describe the current approach
we have for negotiation.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2026-01-02 06:32:17 +08:00
committed by Steve Chavez
parent 76e0e1fbff
commit 9ec5b030ce
3 changed files with 84 additions and 35 deletions
+1
View File
@@ -81,6 +81,7 @@ library
PostgREST.Plan
PostgREST.Plan.CallPlan
PostgREST.Plan.MutatePlan
PostgREST.Plan.Negotiate
PostgREST.Plan.ReadPlan
PostgREST.Plan.Types
PostgREST.RangeQuery