Make.1-T
type t
Message
type zmsg
= string list
ZMQ's representation of a multipart message
val message_of_strings : zmsg -> t
Convert a message to a strings for message frames
val strings_of_message : t -> zmsg
Convert string from message frames to a message
val pp_print_message : Stdlib.Format.formatter -> t -> unit
Pretty-print a message