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 RequestRead signal.
Emitted when the server has successfully read a request.
message will have all of its request-side information filled in, and if the message was authenticated, client will have information about that. This signal is emitted before any (non-early) handlers are called for the message, and if it sets the message's #status_code, then normal handler processing will be skipped.