- bodyWriter
InterfaceProxy!OutputStream bodyWriter [@property getter]
An output stream suitable for writing the request body.
- contentLength
long contentLength [@property getter]
long contentLength [@property setter]
Accesses the Content-Length header of the request.
- localAddress
NetworkAddress localAddress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- peerCertificate
inout(TLSCertificateInformation) peerCertificate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- remoteAddress
NetworkAddress remoteAddress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Represents a HTTP client request (as sent to the server).