Output.OutputImpl

Undocumented in source.

Members

Functions

buildHeaders
void buildHeaders()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_buffer
string _buffer;
Undocumented in source.
_channel
Socket _channel;
Undocumented in source.
_cookies
Cookie[] _cookies;
Undocumented in source.
_dirty
bool _dirty;
Undocumented in source.
_flushed
bool _flushed;
Undocumented in source.
_headers
KeyValue[] _headers;
Undocumented in source.
_headersBuffer
DataBuffer!char _headersBuffer;
Undocumented in source.
_httpVersion
string _httpVersion;
Undocumented in source.
_keepAlive
bool _keepAlive;
Undocumented in source.
_requestId
size_t _requestId;
Undocumented in source.
_sendBody
bool _sendBody;
Undocumented in source.
_sendBuffer
DataBuffer!char _sendBuffer;
Undocumented in source.
_status
ushort _status;
Undocumented in source.
_timeout
Duration _timeout;
Undocumented in source.

Meta