~zorba-coders/zorba/bug-1188048-http-client

« back to all changes in this revision

Viewing changes to src/org/expath/ns/http-client.xq

  • Committer: sorin.marian.nasoi
  • Date: 2013-06-15 19:39:40 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: spungi@gmail.com-20130615193940-k235fko0zaq2bgg2
- updated project TAG

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 : @author Markus Pilman
101
101
 : @see <a href="http://www.w3.org/TR/xquery-3/#FunctionDeclns">XQuery 3.0: Function Declaration</a>
102
102
 : @library <a href="http://curl.haxx.se/">cURL Library</a>
103
 
 : @project EXPath/HTTP Client
 
103
 : @project EXPath/EXPath HTTP Client
104
104
 :
105
105
 :)
106
106
module namespace http = "http://expath.org/ns/http-client";