http://www.griddynamics.com/schema/jagger
element query-http

Documentation
            This query implements http query. You can configure it with elements - method-params and client-params.
            Set attribute 'method', it describes what http method you would like to use(for example - GET).
        
Properties
This component is not nillable.

Model
<query-http
  id = xsd:ID
  method = httpMethodsEnum : GET
  parent = xsd:string>
(method-params?, client-params? )
</query-http>


Nested Element Summary
primitiveMapclient-params
          
primitiveMapmethod-params
          

Attribute Summary
 xsd:IDid
          
 httpMethodsEnummethod
          
 xsd:stringparent
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

method

Type:
httpMethodsEnum
Default:
GET
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="query-http" substitutionGroup="query" type="query-http">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.