Back to Kitura

LinkParameter

docs/Enums/LinkParameter.html

3.0.11.3 KB
Original Source

LinkParameter

public enum LinkParameter : String

Possible parameters of Link HTTP header.

See RFC 5988 for more details.

`

                rel
                `

The relation type of the link.

Declaration

Swift

case rel

`

                anchor
                `

The context of a link conveyed in the Link header field.

Declaration

Swift

case anchor

`

                rev
                `

An indication that the semantics of the relationship are in the reverse direction.

Declaration

Swift

case rev

`

                hreflang
                `

A hint indicating what the language of the result of dereferencing the link should be.

Declaration

Swift

case hreflang

`

                media
                `

An intended destination medium or media for style information.

Declaration

Swift

case media

`

                title
                `

A human-readable label of the destination of a link.

Declaration

Swift

case title

`

                type
                `

A hint indicating what the media type of the result of dereferencing the link should be.

Declaration

Swift

case type