request_started
Description:
Emitted when the server has started reading a new request.
message
will be completely blank; not even the Request-Line will have been read yet. About the only thing you can usefully do with
it is connect to its signals.
If the request is read successfully, this will eventually be followed by a [signal@Server:SoupServer:request_read
signal]. If a
response is then sent, the request processing will end with a [signal@Server:SoupServer:request-finished
] signal. If a network
error occurs, the processing will instead end with [signal@Server:SoupServer:request-aborted
].
Parameters:
message |
the new message |