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
/
Request
/
Companion
/
invoke
invoke
@
JvmStatic
@
JvmOverloads
@
JvmName
(
name
=
"create"
)
operator
fun
invoke
(
method
:
Method
,
uri
:
Uri
,
version
:
String
=
HTTP_1_1
)
:
Request
(
source
)
@
JvmStatic
@
JvmOverloads
@
JvmName
(
name
=
"create"
)
operator
fun
invoke
(
method
:
Method
,
uri
:
String
,
version
:
String
=
HTTP_1_1
)
:
Request
(
source
)
operator
fun
invoke
(
method
:
Method
,
template
:
UriTemplate
,
version
:
String
=
HTTP_1_1
)
:
Request
(
source
)