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 336d705 commit efcfb77Copy full SHA for efcfb77
README.md
@@ -96,3 +96,13 @@ Content-Type: application/problem+json; charset=utf-8
96
]
97
}
98
```
99
+
100
+### Configuration
101
+* In case you want to serve a specific format for your inputs:
102
+```yaml
103
+# config/packages/request_input.yaml
104
+request_input:
105
+ enabled: true # default value true
106
+ formats: ['json'] # default value ['json', 'xml', 'form']
107
+```
108
+with above configuration RequestInputBundle will transform JSON request data only.
0 commit comments