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