void axl_stream_push ( axlStream stream,
const char *  content,
int  size 
)

Push new content at the begin of the stream.

Parameters:
stream The stream that will be updated with new content.
content The content to be added.
size The size of the content to be added.