HttpDescriptor

A registry record descriptor for the HTTP protocol. This descriptor is source-only: its content is synchronized from the configured source URL rather than supplied inline.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source configuration that defines where descriptor content is retrieved from.

Functions

Link copied to clipboard
inline fun copy(block: HttpDescriptor.Builder.() -> Unit = {}): HttpDescriptor
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String