jpsider / RestPS

Simple ReST Framework for Powershell
MIT License
114 stars 30 forks source link

add pester test to start-httplistener function #1

Closed jpsider closed 6 years ago

jpsider commented 6 years ago

cannot seem to mock the httplistener commands at this time.

jpsider commented 6 years ago

Invoke-RestMethod -Method GET -Uri "127.0.0.1:8089/shutdown" Invoke-RestMethod -Method GET -Uri "127.0.0.1:8089/proc" Invoke-RestMethod -Method PUT -Uri "127.0.0.1:8089/Service"