Module gix_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_ write blocking-io
Writedata
ofkind
toout
using side-band encoding. - data_
to_ write blocking-io
Write adata
message toout
. - delim_
to_ write blocking-io
Write a delim message toout
. - error_
to_ write blocking-io
Write an errormessage
toout
. - flush_
to_ write blocking-io
Write a flush message toout
. - response_
end_ to_ write blocking-io
Write a response-end message toout
. - text_
to_ write blocking-io
Write atext
message toout
, which is assured to end in a newline.