http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-config
/
org.http4k.config
/
Authority
Authority
data
class
Authority
(
val
host
:
Host
,
val
port
:
Port
?
=
null
)
(
source
)
Members
Constructors
Authority
Link copied to clipboard
constructor
(
host
:
Host
,
port
:
Port
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
host
Link copied to clipboard
val
host
:
Host
port
Link copied to clipboard
val
port
:
Port
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String