We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d6a9e commit b21d015Copy full SHA for b21d015
src/databricks/sql/common/http.py
@@ -12,6 +12,7 @@ class HttpMethod(str, Enum):
12
PUT = "PUT"
13
DELETE = "DELETE"
14
15
+
16
# HTTP request headers
17
class HttpHeader(str, Enum):
18
CONTENT_TYPE = "Content-Type"
0 commit comments