Jelix 1.6.40

request

Interfaces, Classes and Traits

jRequest
base class for object which retrieve all parameters of an http request. The process depends on the type of request (ex: xmlrpc..)
jResponse
base class for response object A response object is responsible to generate a content in a specific format.
jClassicRequest
handle "classical" request it just gets parameters from the url query and the post content. And responses can be in many format : text, html, xml.
jCmdLineRequest
a request object for scripts used in a command line
jCssRequest
handle classical request but only to control and produce css content
jJsonRpcRequest
handle a JSON-rpc call. The response has to be a json rpc response.
jXmlRpcRequest
handle XML-rpc call. The response has to be a xml-rpc response.

Search results