Generated by
JDiff

Class com.webobjects.appserver.WORequest

Added Methods
InputStream contentInputStream() Returns the content of this request represented as an InputStream if the content has not been accessed in any other manner.
boolean isMultipartFormData() Returns true if this WORequest represents multipart form data.
boolean isUsingWebServer() Returns true if the request is using a webserver false otherwise.
WOMultipartIterator multipartIterator() Returns the WOMultipartIterator for this request.
 
Changed Methods
WORequest() constructor The anHTTPVersion parameter is now required.