Class HttpClientRequest
Properties
Name |
Type |
Description |
bodyWriter
|
OutputStream |
An output stream suitable for writing the request body. |
host
[inherited]
|
string |
Shortcut to the 'Host' header (always present for HTTP 1.1) |
contentType
[inherited]
|
string |
Returns the mime type part of the 'Content-Type' header. |
contentTypeParameters
[inherited]
|
string |
Returns any supplementary parameters of the 'Content-Type' header. |
persistent
[inherited]
|
bool |
Determines if the connection persists across requests. |
Aliases
Name |
Description |
url
[inherited]
|
Please use requestUrl instead. This alias will be deprecated after the next release. |
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.