what do you think about a special `chain` like com...
# strikt
c
what do you think about a special
chain
like command for booleans?
expectThat(request).has{succesful}
as short form for
chain{succesful}.isTrue()