Signal
SoupServerMessage::got-chunk
since: 3.0
Description [src]
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.
Default handler: The default handler is called before the handlers added via |
Available since: 3.0 |
Parameters
chunk
-
Type:
GBytes
The just-read chunk.
The data is owned by the caller of the function.