THttpRawResponseBodyWriter.Create Constructor
Creates the body writer and its underlying raw stream for the given response.
Syntax
Unit: Sparkle.HttpServer.Response
constructor THttpRawResponseBodyWriter.Create(AResponse: THttpServerResponse);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AResponse | THttpServerResponse | The response whose body this writer sends. |