Can we create custom http request in spring boot? We have already GET, POST, PUT etc.
Can we create "customHttp" request method and use them insted of those are already we have in spring boot. Is this possible in java or in spring boot?
@RequestMapping(value="/",method = RequestMethod.customHttp)