ServerHttpResponseBuilder

Fluent interface for building ServerHttpResponse objects.

Members

Functions

build
ServerHttpResponse build()
Undocumented in source. Be warned that the author may not have intended to support it.
withHeader
ref withHeader(string headerName, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
withOutputStream
ref withOutputStream(S stream)
Undocumented in source. Be warned that the author may not have intended to support it.
withStatus
ref withStatus(StatusInfo status)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

initialHeaders
StringMultiValueMap initialHeaders;
Undocumented in source.
initialStatus
StatusInfo initialStatus;
Undocumented in source.
outputStream
OutputStream!ubyte outputStream;
Undocumented in source.