toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-testing-strikt
/
org.http4k.strikt
Package-level
declarations
Functions
Properties
Properties
authority
Link copied to clipboard
val
Assertion.Builder
<
Uri
>
.
authority
:
DescribeableBuilder
<
String
>
body
Link copied to clipboard
val
<
M
:
HttpMessage
>
Assertion.Builder
<
M
>
.
body
:
DescribeableBuilder
<
Body
>
body
String
Link copied to clipboard
val
<
M
:
HttpMessage
>
Assertion.Builder
<
M
>
.
bodyString
:
DescribeableBuilder
<
String
>
content
Type
Link copied to clipboard
val
<
M
:
HttpMessage
>
Assertion.Builder
<
M
>
.
contentType
:
DescribeableBuilder
<
ContentType
?
>
domain
Link copied to clipboard
val
Assertion.Builder
<
Cookie
>
.
domain
:
DescribeableBuilder
<
String
?
>
duration
Link copied to clipboard
val
Assertion.Builder
<
HttpTransaction
>
.
duration
:
DescribeableBuilder
<
Duration
>
expires
Link copied to clipboard
val
Assertion.Builder
<
Cookie
>
.
expires
:
DescribeableBuilder
<
Instant
?
>
host
Link copied to clipboard
val
Assertion.Builder
<
Uri
>
.
host
:
DescribeableBuilder
<
String
>
http
Only
Link copied to clipboard
val
Assertion.Builder
<
Cookie
>
.
httpOnly
:
DescribeableBuilder
<
Boolean
>
max
Age
Link copied to clipboard
val
Assertion.Builder
<
Cookie
>
.
maxAge
:
DescribeableBuilder
<
Long
?
>
method
Link copied to clipboard
val
Assertion.Builder
<
Request
>
.
method
:
DescribeableBuilder
<
Method
>
name
Link copied to clipboard
val
Assertion.Builder
<
Cookie
>
.
name
:
DescribeableBuilder
<
String
>
path
Link copied to clipboard
val
Assertion.Builder
<
Uri
>
.
path
:
DescribeableBuilder
<
String
>
val
Assertion.Builder
<
Cookie
>
.
path
:
DescribeableBuilder
<
String
?
>
port
Link copied to clipboard
val
Assertion.Builder
<
Uri
>
.
port
:
DescribeableBuilder
<
Int
?
>
query
Link copied to clipboard
val
Assertion.Builder
<
Uri
>
.
query
:
DescribeableBuilder
<
String
>
request
Link copied to clipboard
val
Assertion.Builder
<
HttpTransaction
>
.
request
:
DescribeableBuilder
<
Request
>
response
Link copied to clipboard
val
Assertion.Builder
<
HttpTransaction
>
.
response
:
DescribeableBuilder
<
Response
>
same
Site
Link copied to clipboard
val
Assertion.Builder
<
Cookie
>
.
sameSite
:
DescribeableBuilder
<
SameSite
?
>
secure
Link copied to clipboard
val
Assertion.Builder
<
Cookie
>
.
secure
:
DescribeableBuilder
<
Boolean
>
status
Link copied to clipboard
val
Assertion.Builder
<
Response
>
.
status
:
DescribeableBuilder
<
Status
>
uri
Link copied to clipboard
val
Assertion.Builder
<
Request
>
.
uri
:
DescribeableBuilder
<
Uri
>
value
Link copied to clipboard
val
Assertion.Builder
<
Cookie
>
.
value
:
DescribeableBuilder
<
String
>
Functions
cookie
Link copied to clipboard
fun
Assertion.Builder
<
Request
>
.
cookie
(
name
:
String
)
:
DescribeableBuilder
<
Cookie
?
>
field
Link copied to clipboard
fun
<
T
>
Assertion.Builder
<
WebForm
>
.
field
(
lens
:
Lens
<
WebForm
,
T
>
)
:
DescribeableBuilder
<
T
>
field2
Link copied to clipboard
fun
<
T
>
Assertion.Builder
<
WebForm
>
.
field2
(
lens
:
Lens
<
WebForm
,
T
>
)
:
DescribeableBuilder
<
T
>
form
Link copied to clipboard
fun
Assertion.Builder
<
Request
>
.
form
(
name
:
String
)
:
DescribeableBuilder
<
String
?
>
header
Link copied to clipboard
fun
<
M
:
HttpMessage
>
Assertion.Builder
<
M
>
.
header
(
name
:
String
)
:
DescribeableBuilder
<
String
?
>
fun
<
T
,
M
:
HttpMessage
>
Assertion.Builder
<
M
>
.
header
(
lens
:
HeaderLens
<
T
>
)
:
DescribeableBuilder
<
T
>
header
Values
Link copied to clipboard
fun
<
M
:
HttpMessage
>
Assertion.Builder
<
M
>
.
headerValues
(
name
:
String
)
:
DescribeableBuilder
<
List
<
String
?
>
>
json
Body
Link copied to clipboard
fun
<
NODE
,
M
:
HttpMessage
>
Assertion.Builder
<
M
>
.
jsonBody
(
json
:
Json
<
NODE
>
)
:
DescribeableBuilder
<
NODE
>
queries
Link copied to clipboard
fun
Assertion.Builder
<
Request
>
.
queries
(
name
:
String
)
:
DescribeableBuilder
<
List
<
String
?
>
>
query
Link copied to clipboard
fun
Assertion.Builder
<
Request
>
.
query
(
name
:
String
)
:
DescribeableBuilder
<
String
?
>
fun
<
T
>
Assertion.Builder
<
Request
>
.
query
(
lens
:
QueryLens
<
T
>
)
:
DescribeableBuilder
<
T
>
set
Cookie
Link copied to clipboard
fun
Assertion.Builder
<
Request
>
.
setCookie
(
name
:
String
)
:
DescribeableBuilder
<
Cookie
?
>