Module jup_msg

Data Types

key()

key() = {crypto:hash_algorithms(), binary()}

msg_type()

msg_type() = atom() | binary()

type()

type() = #jup_msg{}

Function Index

add_headers/3
decode/2
encode/2
msg_type/1

Function Details

add_headers/3

add_headers(Msg::type(), Parent::type() | undefined, MessageType::msg_type()) -> type()

decode/2

decode(MultipartMsg::[binary()], X2::key()) -> type()

encode/2

encode(Jup_msg::type(), X2::key()) -> [binary()]

msg_type/1

msg_type(Jup_msg::type()) -> msg_type()


Generated by EDoc