Method
FoundryJsonInputStreamread_upto
Declaration [src]
DexFuture*
foundry_json_input_stream_read_upto (
FoundryJsonInputStream* self,
const char* stop_chars,
gssize stop_chars_len
)
Description [src]
Reads the next JSON message from the stream.
If stop_chars_len is > 0, then you man use \0
as a delimiter.
Use this form when you do not have HTTP headers containing the content length of the JSON message.