got_body
Description:
[ HasEmitter ]
public virtual signal void got_body ()
public virtual signal void got_body ()
Emitted after receiving the complete message body.
(For a server-side message, this means it has received the request body. For a client-side message, this means it has received the response body and is nearly done with the message.)
See also add_header_handler and add_status_code_handler, which can be used to connect to a subset of emissions of this signal.