vibenews ~master (2021-08-11T13:20:39Z)
Home
Dub
Repo
NNTPServerResponse
vibenews
nntp
server
Undocumented in source.
class
NNTPServerResponse {
int
status
;
string
statusText
;
this
(OutputStreamProxy stream);
void
restart
();
void
writeVoidBody
();
OutputStream
bodyWriter
[@property getter];
}
Constructors
this
this
(OutputStreamProxy stream)
Undocumented in source.
Members
Functions
restart
void
restart
()
Undocumented in source. Be warned that the author may not have intended to support it.
writeVoidBody
void
writeVoidBody
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
bodyWriter
OutputStream
bodyWriter
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
status
int
status
;
Undocumented in source.
statusText
string
statusText
;
Undocumented in source.
Meta
Source
See Implementation
vibenews
nntp
server
aliases
NntpServerRequest
NntpServerResponse
NntpServerSettings
classes
NNTPServerRequest
NNTPServerResponse
NNTPServerSettings
functions
listenNNTP