htwdd.chessgame.server.controller / DrawController / drawByIdOptions
drawByIdOptions
@RequestMapping([RequestMethod.OPTIONS], ["/{id}"]) fun drawByIdOptions(@PathVariable id: Int, response: HttpServletResponse): ResponseEntity<Unit>
Handles the OPTIONS request for the URI /draws/{id}
Possible request methods:
- HEAD
- GET
- OPTIONS
Parameters
response - Object that contains the response for the http request
Author Felix Dimmel
Since 1.0.0