WeOnlyDo! wodWebServer ActiveX - WebRequest Object
    
 
Description

WebRequest Class


Object Model







Remarks

This object holds all information known about client's request - it contains URI for requested resource, set of headers sent by the client, body (if provided by the client) etc..


Members
Properties
Body Read-write property Holds full request data body, if any.
Filename Read-write property Holds full path where request data was saved.
FullURI Read-write property Holds full path and arguments for requested resource.
Headers Read-only property Returns reference to request headers.
HttpVersion Read-write property Holds version of HTTP protocol used by the client.
Method Read-write property Holds method used to access resource.
PageName Read-only property Holds only name (without path) of requested resource.
Path Read-only property Holds only path to requested resource.
Posted Read-only property Returns collection of posted variables.
QueryVariables Read-only property Holds collection of query variables used in URL.
Tag Read-write property Tag for misc usage.
Uploads Read-only property Returns collection of uploaded files/variables.
URI Read-write property Holds full path of requested resource.