THttpRawResponseStream.Create Constructor
Creates the raw response stream bound to the given response.
Syntax
Unit: Sparkle.HttpServer.Response
constructor THttpRawResponseStream.Create(AResponse: THttpServerResponse);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AResponse | THttpServerResponse | The response whose body this stream writes. |