Subject

interface Subject(source)

A subject, decomposed into its path and query parameters. Its string form is rendered on demand by the path extension property.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The subject's string form, rendered from its path parts and query parameters.

Link copied to clipboard
abstract val pathParameters: List<String>

The subject's path parts.

Link copied to clipboard

The subject's query parameters, sorted by name so that equivalent subjects render identically, or empty when there is no query.