chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.controller / MatchController / drawsByMatchOptions

drawsByMatchOptions

@RequestMapping([RequestMethod.OPTIONS], ["/{id}/draws"]) fun drawsByMatchOptions(@PathVariable id: Int, response: HttpServletResponse): ResponseEntity<Unit>

Handles the OPTIONS request for the URI /matches/{id}/draws

Possible request methods:

Parameters

response - Object that contains the response for the http request

Author Felix Dimmel

Since 1.0.0