Add header parsing logic
This commit is contained in:
parent
49c24a12d0
commit
763bae8a61
2 changed files with 27 additions and 2 deletions
|
|
@ -17,3 +17,6 @@
|
|||
-record(stomp_msg, { headers :: #{ binary() => binary() },
|
||||
body :: binary() }).
|
||||
-type stomp_msg() :: #stomp_msg{}.
|
||||
|
||||
%% STOMP frame components
|
||||
-type headers() :: #{binary() => binary()}.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue