shrub/mar/html.hoon

19 lines
649 B
Plaintext
Raw Normal View History

2014-07-29 02:46:03 +04:00
::
2014-10-08 23:06:40 +04:00
:::: /hoon/core/html/mar
2014-07-29 02:46:03 +04:00
::
/? 314
::
:::: compute
::
2015-12-10 07:05:58 +03:00
|_ htm+@t
2014-07-29 02:46:03 +04:00
::
++ grow :: convert to
|% ::
++ mime [/text/html (met 3 htm) htm] :: to %mime
2014-10-30 23:33:15 +03:00
++ hymn (need (poxa htm)) :: to %hymn
-- ::
2014-10-08 23:06:40 +04:00
++ grab |% :: convert from
2015-12-10 07:05:58 +03:00
++ noun @t :: clam from %noun
++ mime |=({p+mite q+octs} q.q) :: retrieve form $mime
2014-10-08 23:06:40 +04:00
-- --