Package-level declarations

Handling links between HTTP resources.

See documentation.

Types

Link copied to clipboard

Combines the results of multiple LinkExtractors.

Link copied to clipboard

Extracts links from JSON bodies according to the Hypertext Application Language (HAL) specification.

Link copied to clipboard

Extracts links from HTTP headers.

Link copied to clipboard
class Link(val rel: String, val href: String, val title: String? = null, val templated: Boolean = false)

Represents a link to another resource.

Link copied to clipboard
interface LinkExtractor

Extracts links from responses.