chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.util / HateoasUtility

HateoasUtility

class HateoasUtility

Utility class to handle creation of link header for HATEOAS support

Author Felix Dimmel

Since 1.0.0

Constructors

<init> HateoasUtility()
Utility class to handle creation of link header for HATEOAS support

Companion Object Functions

createLinkHeader fun createLinkHeader(linkList: HashSet<Pair<Link, String>>): HttpHeaders
Creates the link header by a list of links