chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.spring.web.config / WebConfig / configureContentNegotiation

configureContentNegotiation

fun configureContentNegotiation(configurer: ContentNegotiationConfigurer?): Unit

Configuration for content negotiation (3 strategies)

  1. URL suffix strategy
  2. URL parameter strategy
  3. Accept header strategy

Author Felix Dimmel

Since 1.0.0