signal callback delegate or function to connect
void callback(soup.server_message.ServerMessage message, soup.server.Server server)
message the message (optional)
server the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to RequestAborted signal.
Emitted when processing has failed for a message.
This could mean either that it could not be read (if signalServer::request-read has not been emitted for it yet), or that the response could not be written back (if signalServer::request-read has been emitted but signalServer::request-finished has not been).
message is in an undefined state when this signal is emitted; the signal exists primarily to allow the server to free any state that it may have allocated in signalServer::request-started.