aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/postgrest/constants.py
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/postgrest/constants.py')
-rw-r--r--.venv/lib/python3.12/site-packages/postgrest/constants.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/postgrest/constants.py b/.venv/lib/python3.12/site-packages/postgrest/constants.py
new file mode 100644
index 00000000..4c3c17c8
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/postgrest/constants.py
@@ -0,0 +1,6 @@
+DEFAULT_POSTGREST_CLIENT_HEADERS = {
+ "Accept": "application/json",
+ "Content-Type": "application/json",
+}
+
+DEFAULT_POSTGREST_CLIENT_TIMEOUT = 120