Skip to content

Access module (Public API)

Hamed Abdollahpour edited this page Apr 11, 2014 · 1 revision

You can several input and output format for each module. Also you can handle HTTP data input/output stream inside of your module manually.

##Some standard input format for XWeb modules:

  • GET: Simple HTTP get request
  • POST: Simple HTTP post request
  • JSON: Send parameters with JSON format (Also Content-Type: application/json to the request header)
  • Form submit: Submit form on the page to the module

##Some standard output format for XWeb modules:

  • **JSON: **
  • **XML: **
  • **HTML: **
Clone this wiki locally