Let's use keys instead of parameters #150
|
I got the idea that instead of declaring parameters with each picture of the type You could use keys of type Each key would be declared in the settings and its value would be assigned to specific settings. Thanks to this, we have the security that someone will not be able to attack us and change any image formats. |
Answered by
JimBobSquarePants
Mar 25, 2021
Replies: 1 comment
|
You can already do this by implementing and registering your own You would map the incoming requests to a series of commands that then get processed. |
0 replies
Answer selected by
JimBobSquarePants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can already do this by implementing and registering your own
IRequestParserYou would map the incoming requests to a series of commands that then get processed.