toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-config
/
org.http4k.config
/
Authority
Authority
data
class
Authority
(
val
host
:
Host
,
val
port
:
Port
?
=
null
)
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
?
=
null
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String