# encoding: ascii
# api: powershell
# title: RESTful Server
# description: RESTful server in pure PowerShell. Does not require a webserver. Requires PowerShell v3.0. Further development of this project has moved to https://github.com/paruljain/powershell-webserver
# version: 0.1
# author: Parul Jain
# license: CC0
# x-poshcode-id: 5365
# x-archived: 2015-11-04T09:18:29
# x-published: 2015-08-13T21:57:00
#
#
<#
Further development of this project has moved to https://github.com/paruljain/powershell-webserver
#>