~zorba-coders/zorba/bugs-912586-912593-912722

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/http-client/send-request/http4-post-redirect.xq

  • Committer: Cezar Andrei
  • Date: 2012-03-28 15:42:12 UTC
  • mfrom: (10606.1.129 zorba)
  • Revision ID: cezar.lp@cezarandrei.com-20120328154212-jh2heq49xcqjppce
Merge from trunck and resolve ChangeLog conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import module namespace http="http://www.zorba-xquery.com/modules/http-client";
 
2
 
 
3
declare namespace h = "http://expath.org/ns/http-client";
 
4
 
 
5
http:send-request(<h:request href="http://zorbatest.lambda.nu:8080/remotequeue" method="POST" follow-redirect="true"/>, (), ());