handle

open suspend override fun handle(call: ApplicationCall, next: suspend () -> Unit)

The function to handle the HTTP request. Logs the HTTP method and URI of the request and then proceeds with the request pipeline.

Parameters

call

The ApplicationCall representing the HTTP request.

next

The next function in the pipeline, called to continue the request processing.