Class HttpClientRequest

Inherits from

Fields

Field name Field Type Descrption
httpVersion [inherited] HttpVersion The HTTP protocol version used for the request
method [inherited] HttpMethod The HTTP method of the request
url [inherited] string The full request URL
headers [inherited] StrMapCI All request headers

Properties

Property name Type Description
bodyWriter OutputStream
host [inherited] string Shortcut to the 'Host' header (always present for HTTP 1.1)
persistent [inherited] bool Determines if the connection persists across requests.

Methods

Method name Description
writeBody
writeBody
writeBody
writeJsonBody
writePart

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.