PoshCode Archive  Artifact [b53b3673ba]

Artifact b53b3673baf4dc0cd0d846a2693004d58b2bc49af621de930ceb1f6dc82690af:

  • File RESTful-Server.ps1 — part of check-in [fb2af638b7] at 2018-06-10 13:54:04 on branch trunk — 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 (user: Parul Jain size: 531)

# 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
#>