mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 22:31:30 +03:00
29 lines
607 B
Plaintext
29 lines
607 B
Plaintext
/- spider, docket
|
|
/+ strandio
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= arg=vase
|
|
=/ m (strand ,vase)
|
|
^- form:m
|
|
=+ !<([~ loc=glob-location:docket base=term] arg)
|
|
|^
|
|
?- -.loc
|
|
%http (fetch-http +.loc)
|
|
%ames !! ::NOTE done within docket itself
|
|
==
|
|
::
|
|
++ fetch-http
|
|
|= [url=cord hash=@uvH]
|
|
^- form:m
|
|
;< =glob:docket bind:m
|
|
%+ (retry:strandio ,glob:docket) `5
|
|
=/ n (strand ,(unit glob:docket))
|
|
;< =cord bind:n (fetch-cord:strandio (trip url))
|
|
%- pure:n
|
|
%- mole
|
|
|.
|
|
=- ?>(=(hash (sham -)) -)
|
|
;;(=glob:docket (cue cord))
|
|
(pure:m !>(glob))
|
|
--
|