aboutsummaryrefslogtreecommitdiff
path: root/include/corerl.hrl
blob: 80b93ba3abd21b4a2fb7cd0e1f4c7413a1243599 (plain)
1
2
3
4
5
6
7
8

-record(core_link, {uri,
                    title,
                    sz,     % size
                    rt,     % resouce type
                    ct,     % content type
                    'if'    % interface
                   }).