Content of head_status.xq example

import module namespace http="http://www.zorba-xquery.com/modules/http-client";

declare namespace exp="http://expath.org/ns/http-client";

data(
  http:head("http://zorbatest.lambda.nu:8080/cgi-bin/test-xml")/@status
)