Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
Tyler James Leonhardt edited this page Sep 25, 2019 · 5 revisions

Welcome to the Polaris wiki! You should also checkout the offical docs site: https://powershell.github.io/Polaris/

Request Object

  • $request.QueryParameters

Response Object

  • $response.Send
  • $response.SendBytes
  • $response.Json
  • $response.SetHeader
  • $response.SetStatusCode
  • $response.SetContentType

Cmdlets

  • New-DeleteRoute
  • New-GetRoute
  • New-PostRoute
  • New-PutRoute
  • New-StaticRoute
  • New-WebRoute
  • Start-Polaris
  • Stop-Polaris