The fields of the HTTPRequest class are listed below. For a complete list of HTTPRequest class members, see the HTTPRequest Members topic.
![]() CLOSE_CONNECTION | * This is the CLOSE connection type |
![]() GET_REQUEST_TYPE | * This is the type for a full GET request |
![]() HEAD_REQUEST_TYPE | |
![]() KEEP_ALIVE_CONNECTION | * This is the KEEP ALIVE connection type |
![]() POST_REQUEST_TYPE | * This is the type for a POST request |
![]() PUT_REQUEST_TYPE | |
![]() SHORT_GET_REQUEST_TYPE | * This is the type for a short GET request |
acceptString | * This is the String of what media to accept. |
connection | * This field is to indicate the connection type |
contentEncoding | * This is the content encoding of the request data. |
contentType | * This is the content type of the request data. |
dataSource | |
host | * This is the host field of the request. |
otherHeaders | * This is an ArrayList of Strings for user specific headers |
referer | * This is the referer field. |
requestData | * This is the request data, which appears after the header. |
requestDataLength | |
requestString | * This goes after the request type |
requestType | * This field is to indicate what request this is |
useCarraigeReturns | |
userAgent | * This is the user agent field. |
HTTPRequest Class | com.neokernel.httpd Namespace