Skip to content

Don't require casting of [HttpResponseContext] #93

Closed
@TylerLeonhardt

Description

@TylerLeonhardt

Right now, we require you to cast a hashtable to [HttpResponseContext] in order to send a response for http.

Push-OutputBinding -Name res -Value ([HttpResponseContext]@{
    Status = 200
    Body = "Hello World"
})

this casting shouldn't be needed.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions