We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbbe74 commit afed5e6Copy full SHA for afed5e6
1 file changed
src/Model/ContentType.php
@@ -5,6 +5,7 @@
5
enum ContentType: string
6
{
7
case JSON = 'application/json';
8
+ case X_WWW_FORM_URLENCODED = 'application/x-www-form-urlencoded'
9
case XML = 'application/xml';
10
case HTML = 'text/html';
11
case TEXT = 'text/plain';
0 commit comments