signal callback delegate or function to connect
void callback(glib.bytes.Bytes chunk, soup.server_message.ServerMessage serverMessage)
chunk the just-read chunk (optional)
serverMessage 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 GotChunk signal.
Emitted after receiving a chunk of a message body.
Note that "chunk" in this context means any subpiece of the body, not necessarily the specific HTTP 1.1 chunks sent by the other side.