download-feed ( url -- feed )
Atom and RSS feed syndication

Prev:<entry> ( -- entry )
Next:parse-feed ( seq -- feed )


Vocabulary
syndication

Inputs
urlan url


Outputs
feeda feed


Word description
Downloads a feed from a URL using the HTTP client.

Definition