refactor: add Response.hs module

* add response updateResponse
* add singleUpsertResponse
* add delete/invoke response
* add open api response
* add info response
* remove ApiRequest from profileHeader
* contentTypeHeaders only needs ApiRequest
This commit is contained in:
steve-chavez
2022-09-25 13:53:11 -05:00
committed by Steve Chavez
parent 92e28bd902
commit 8d369a2195
4 changed files with 301 additions and 233 deletions
+1
View File
@@ -67,6 +67,7 @@ library
PostgREST.Request.QueryParams
PostgREST.Request.ReadQuery
PostgREST.Request.Types
PostgREST.Response
PostgREST.Version
PostgREST.Workers
other-modules: Paths_postgrest