Skip to content

Commit fd6ca90

Browse files
committed
updated reference
1 parent 2b9ef6a commit fd6ca90

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

Resources/doc/configuration-reference.rst

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Full default configuration
2525
templating: templating
2626
serializer: null
2727
view_handler: fos_rest.view_handler.default
28+
exception_handler: fos_rest.view.exception_wrapper_handler
2829
inflector: fos_rest.inflector.doctrine
2930
validator: validator
3031
serializer:
@@ -59,6 +60,8 @@ Full default configuration
5960
callback_filter: '/(^[a-z0-9_]+$)|(^YUI\.Env\.JSONP\._[0-9]+$)/i'
6061
mime_type: application/javascript+jsonp
6162
exception:
63+
enabled: false
64+
exception_controller: null
6265
codes:
6366
6467
# Prototype
@@ -68,29 +71,31 @@ Full default configuration
6871
# Prototype
6972
name: ~
7073
body_listener:
71-
default_format: null
74+
default_format: null
7275
throw_exception_on_unsupported_content_type: false
7376
decoders:
7477
7578
# Prototype
7679
name: ~
77-
array_normalizer: null
80+
array_normalizer:
81+
service: null
82+
forms: false
7883
format_listener:
7984
rules:
8085
81-
# Prototype array
82-
-
83-
# URL path info
84-
path: null
86+
# URL path info
87+
path: null
8588
86-
# URL host name
87-
host: null
89+
# URL host name
90+
host: null
8891
89-
# Method for URL
90-
methods: null
91-
prefer_extension: true
92-
fallback_format: html
93-
exception_fallback_format: ~
94-
priorities: []
92+
# Method for URL
93+
methods: null
94+
stop: false
95+
prefer_extension: true
96+
fallback_format: html
97+
exception_fallback_format: null
98+
priorities: []
9599
media_type:
96100
version_regex: '/(v|version)=(?P<version>[0-9\.]+)/'
101+

0 commit comments

Comments
 (0)