actual interface Request
A server request. Not used on the js platform.
withProfile
fun <RESP> Request.withProfile(block: (Profile) -> RESP): RESP
A helper extension function for processing with authenticated user profile.