When HTTP request Content-Type is JSON, automatically parse and if it is an object, add its keys as request parameters
Essentially add first-class support for JSON object POSTs and make their properties available through DI.
Edited by James Walker
This GitLab instance and associated infrastructure will be undergoing maintenance work throughout the afternoon and evening of Friday December 19th from 16:30 to 20:30. Several brief periods of downtime are possible. Apologies for any inconvenience caused.
Essentially add first-class support for JSON object POSTs and make their properties available through DI.