Skip to content

Commit afed5e6

Browse files
authored
Added x-www-form-urlencoded content type
1 parent 6bbbe74 commit afed5e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Model/ContentType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
enum ContentType: string
66
{
77
case JSON = 'application/json';
8+
case X_WWW_FORM_URLENCODED = 'application/x-www-form-urlencoded'
89
case XML = 'application/xml';
910
case HTML = 'text/html';
1011
case TEXT = 'text/plain';

0 commit comments

Comments
 (0)