We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sets the content of the response.
This does not modify the StatusCode or ContentType. If these aren't set, the defaults will be used:
ContentType: "text/plain" StatusCode: 200
Example:
New-GetRoute -Path "/helloworld" -ScriptBlock { $response.Send('Hello World!'); }