Expand description
Utilities to encode different kinds of packet lines
Enums§
Functions§
- band_
to_ write blocking-io - Write
dataofkindtooutusing side-band encoding. - data_
to_ write blocking-io - Write a
datamessage toout. - delim_
to_ write blocking-io - Write a delim message to
out. - error_
to_ write blocking-io - Write an error
messagetoout. - flush_
to_ write blocking-io - Write a flush message to
out. - response_
end_ to_ write blocking-io - Write a response-end message to
out. - text_
to_ write blocking-io - Write a
textmessage toout, which is assured to end in a newline.