NAME

WebSource::Query - Build a query (HTTP request) given a hash

DESCRIPTION

A Query operator builds an HTTP query for each input. The declaration of a query operator is a DOM Node with the following format :

<ws:query name="opname" method="POST|GET" forward-to="ops">
  <base>http://somewhere/query.cgi</base>
  <parameters>
    <param name="p1" default="v1" />
    ...                                                                
    <param name="pn" default="vn" />
  </parameters>
</ws:query>

METHODS

See WebSource::Module

SEE ALSO

WebSource