http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-core
/
org.http4k.core
/
RequestSource
Request
Source
data
class
RequestSource
(
val
address
:
String
,
val
port
:
Int
?
=
0
,
val
scheme
:
String
?
=
null
)
(
source
)
Members
Constructors
Request
Source
Link copied to clipboard
constructor
(
address
:
String
,
port
:
Int
?
=
0
,
scheme
:
String
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
String
port
Link copied to clipboard
val
port
:
Int
?
scheme
Link copied to clipboard
val
scheme
:
String
?