docs/Enums/LinkParameter.html
public enum LinkParameter : String
Possible parameters of Link HTTP header.
See RFC 5988 for more details.
`
rel
`
The relation type of the link.
Swift
case rel
`
anchor
`
The context of a link conveyed in the Link header field.
Swift
case anchor
`
rev
`
An indication that the semantics of the relationship are in the reverse direction.
Swift
case rev
`
hreflang
`
A hint indicating what the language of the result of dereferencing the link should be.
Swift
case hreflang
`
media
`
An intended destination medium or media for style information.
Swift
case media
`
title
`
A human-readable label of the destination of a link.
Swift
case title
`
type
`
A hint indicating what the media type of the result of dereferencing the link should be.
Swift
case type