Handbook
Glossary
download-feed ( url -- feed )
Atom and RSS feed syndication
Prev:
<entry> ( -- entry )
Next:
parse-feed ( seq -- feed )
Vocabulary
syndication
Inputs
url
an
url
Outputs
feed
a
feed
Word description
Downloads a feed from a URL using the
HTTP client
.
Definition
USING:
http.client
kernel
;
IN:
syndication
:
download-feed
( url -- feed )
http-get
nip
parse-feed
;