Module git_packetline::encode

source ·
Expand description

Utilities to encode different kinds of packet lines

Enums

The error returned by most functions in the encode module

Functions

band_to_writeblocking-io
Write data of kind to out using side-band encoding.
data_to_writeblocking-io
Write a data message to out.
delim_to_writeblocking-io
Write a delim message to out.
error_to_writeblocking-io
Write an error message to out.
flush_to_writeblocking-io
Write a flush message to out.
Write a response-end message to out.
text_to_writeblocking-io
Write a text message to out, which is assured to end in a newline.