connectSentRequest

fun connectSentRequest(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (request: UriRequest, redirectedResponse: UriResponse) -> Unit): <Error class: unknown class>

This signal is emitted when @request has been sent to the server. In case of a server redirection this signal is emitted again with the @request argument containing the new request sent to the server due to the redirection and the

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: request a #WebKitURIRequest; redirectedResponse a #WebKitURIResponse, or null