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
Companion
object
Companion
(
source
)
Members
Members & Extensions
Functions
invoke
Link copied to clipboard
@
JvmStatic
@
JvmOverloads
@
JvmName
(
name
=
"create"
)
operator
fun
invoke
(
method
:
Method
,
uri
:
String
,
version
:
String
=
HTTP_1_1
)
:
Request
@
JvmStatic
@
JvmOverloads
@
JvmName
(
name
=
"create"
)
operator
fun
invoke
(
method
:
Method
,
uri
:
Uri
,
version
:
String
=
HTTP_1_1
)
:
Request
operator
fun
invoke
(
method
:
Method
,
template
:
UriTemplate
,
version
:
String
=
HTTP_1_1
)
:
Request
parse
Link copied to clipboard
fun
Request.Companion
.
parse
(
request
:
String
,
lineBreak
:
String
=
""
)
:
Request