toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.core
/
Request
/
Companion
Companion
object
Companion
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