append_buffer
Description:
public void append_buffer (
Buffer buffer)
Appends the data from buffer
to this.
(#SoupMessageBody uses Buffers internally, so this is normally a constant-time
operation that doesn't actually require copying the data in buffer
.)
Parameters:
this |
a MessageBody
|
buffer |
a Buffer
|