Servertec Request
M E N U

Content
Introduction
Release Notes
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Referance Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Cookie
Date
Error
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
Response
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Server Side
Preprocessor
Executable
Make
Samples
Legal
Feedback

 


Operates on HTTP request objects.
 
Method Description
available( ) Returns the number of bytes that can be read without blocking from the specified request object.
Content( ) Returns a hashtable object containing any form elements sent using the post request method to the specified request object or returns the value of the given form element identifier using the specified request object.
contentData( ) Returns a byte array object containing information sent using the post request method to the specified request object.
cookieData( ) Returns any cookies sent by the client to the specified request object.
Cookies( ) Returns a hashtable object containing any cookie objects sent by the client to the specified request object or returns the cookie associated with the given cookie identifier using the specified request object.
decode( ) Returns the decoded form of the specified x-www-form-urlencoded string.
env( ) Returns the value associated with the specified environmental variable.
Form( ) Returns a hashtable object containing any form elements sent to the specified request object or returns the value of the given form element identifier using the specified request object.
formData( ) Returns any form elements sent by the client to the specified request object.
length( ) Returns the content length for the specified request object.
method( ) Returns the form request method for the specified request object.
path( ) Returns the base path of the specified request object.
parseCookies( ) Returns a hashtable object containing any cookies extracted from the given string using the specified request object.
parseRequest( ) Returns a hashtable object containing any form elements extracted from the given string using the specified request object.
queryStringData( ) Returns any x-www-form-urlencoded encoded string containing information sent using the get request method to the specified request object.
QueryString( ) Returns a hashtable object containing any elements sent using the get request method to the specified request object or returns the value of the given identifier using the specified request object.
read( ) Return a string containing the bytes read from the specified file input stream, piped input stream, string buffer input stream, input stream or random access file object.
Request( ) Returns the current request object.
ServerVariables( ) Returns the value associated with the specified environmental variable.
skip( ) Skip over the number of specified bytes from the given request object.

Notes

These methods are only accessible by ss.
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Wed Apr 15 00:16:38 EDT 1998