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.
Right now, we require you to cast a hashtable to [HttpResponseContext] in order to send a response for http.
[HttpResponseContext]
http
Push-OutputBinding -Name res -Value ([HttpResponseContext]@{ Status = 200 Body = "Hello World" })
this casting shouldn't be needed.