Request class
Class request contains static fields, which allow getting information sent by browser to web-server (via HTTP protocol).
To work with form fields (
<FORM>
) and string after second
?
(
/?a=b?thisText
), use
form
.
A part of information on the request is accessible through environment variables, see "
Retrieving values of HTTP-header fields
".
Copyright © 19972021 Art. Lebedev Studio |
http://www.artlebedev.com
Last updated: 24.12.2004