This [[Module Library|XQuery Module]] provides functions to fetch the content of resources identified by URIs. For example, it fetches the content of file or http resources. The module has been inspired by [http://www.zorba-xquery.com/html/modules/zorba/io/fetch Zorba’s Fetch Module].
=Conventions=
All functions in this module are assigned to the {{Code|http://basex.org/modules/fetch}} namespace, which is statically bound to the {{Code|fetch}} prefix.<br/>
All errors are assigned to the {{Code|http://basex.org/errors}} namespace, which is statically bound to the {{Code|bxerr}} prefix.
=Functions=