Help > Web Development > Reference > Scripting Objects

Scripting Objects

This section defines the intrinsic built-in ASP objects that are accessible from your scripts.  Using these objects, you can gain access to information about the server, the user who is accessing the web page, the fields in the HTTP request and the response that is returned to the user.

The available objects are:

Request Describes the method, properties and collections of the object that represents the currently executing request.  The includes forms, cookies, query string and server variables.
Response Describes the method, properties and collections of the object that represents the response to currently executing request. This includes content, cookies, HTTP headers and redirects.
ServerDescribes the method, properties and collections of the Server object. With this object, you can gain access to server information, map paths, encode strings and create new objects for use of a web page.