MessageBody.appendTake

Appends @length bytes from @data to @body.

This function is exactly equivalent to soup_message_body_append() with %SOUP_MEMORY_TAKE as second argument; it exists mainly for convenience and simplifying language bindings.

class MessageBody
void
appendTake
(
char[] data
)

Parameters

data char[]

data to append

Meta

Since

2.32