We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a519cce commit f61b02fCopy full SHA for f61b02f
aws_lambda_powertools/event_handler/content_types.py
@@ -1,2 +1,4 @@
1
+# use mimetypes library to be certain, e.g., mimetypes.types_map[".json"]
2
+
3
APPLICATION_JSON = "application/json"
-PLAIN_TEXT = "plain/text"
4
+PLAIN_TEXT = "text/plain"
0 commit comments