Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWebRequest

A web request that can be executed through the API interface.

Hierarchy

  • IWebRequest

Index

Properties

cgi

cgi: IWebCgi

CGI variables

Optional files

Optional array with files uploaded through the request.

handler

handler: string

The path of the web handler that will execute the web request.

Optional headers

The optional HTTP headers sent in request.

Optional session

session: IWebSession

Optional session information.

Optional variables

variables: INameValueList

The optional HTTP variables sent in request.