Closed marcuspoehls closed 1 year ago
This pull request removes deprecated config contracts having the Options suffix, like BodyParserOptions. These contracts were deprecated before. Developers should use the contracts with the Config suffix, like BodyParserConfig.
Options
BodyParserOptions
Config
BodyParserConfig
This pull request removes deprecated config contracts having the
Options
suffix, likeBodyParserOptions
. These contracts were deprecated before. Developers should use the contracts with theConfig
suffix, likeBodyParserConfig
.