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>>): HttpHeadersCreates the link header by a list of links |