PowerShellRest
0.1.0
A simple REST server that routes to PowerShell scripts.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2018 Alistair Mackay. All rights reserved.
Package Details
Author(s)
- Alistair Mackay
Tags
Functions
Start-RestServer Resolve-Request
Dependencies
This module has no dependencies.
Release Notes
Initial Release.
FileList
- PowerShellRest.nuspec
- PowerShellRest.psd1
- PowerShellRest.psm1
- Private\Classes\00-Enums.ps1
- Private\Classes\01-HttpStatus.ps1
- Private\Classes\02-Exceptions.ps1
- Private\Classes\10-Attributes.ps1
- Private\Classes\15-RouteEntry.ps1
- Private\Classes\20-ControllerEntry.ps1
- Private\Classes\25-CompressionHelpers.ps1
- Private\Classes\30-HttpRequest.ps1
- Private\Classes\35-HttpResponse.ps1
- Private\Classes\50-HttpLogEntry.ps1
- Private\Classes\README.md
- Private\Functions\Logging\File\Initialize-LogFolder.ps1
- Private\Functions\Logging\File\New-LoggingThread.ps1
- Private\Functions\Logging\System\Initialize-EventLogging.ps1
- Private\Functions\Logging\System\Write-EventlogEntry.ps1
- Private\Functions\Logging\System\Write-OperatingSystemLogEntry.ps1
- Private\Functions\Logging\System\Write-SyslogEntry.ps1
- Private\Functions\Server\Init\Get-ModuleDependencies.ps1
- Private\Functions\Server\Init\New-ControllerTable.ps1
- Private\Functions\Server\Init\New-ListenerThread.ps1
- Private\Functions\Server\Init\New-RunspacePool.ps1
- Private\Functions\Server\Init\Start-MultiThreadedServer.ps1
- Private\Functions\Server\Init\Start-SingleThreadedServer.ps1
- Private\Functions\Server\Init\Stop-Server.ps1
- Private\Functions\Server\Run\Get-AllowedRequestMethods.ps1
- Private\Functions\Server\Run\Get-Route.ps1
- Private\Functions\Server\Run\Invoke-Route.ps1
- Private\Functions\Util\Assert-NumberOfObjectsInPipeline.ps1
- Private\Functions\Util\Assert-ThreadErrors.ps1
- Private\Functions\Util\Format-MethodSignature.ps1
- Private\Functions\Util\Get-UnderlyingException.ps1
- Public\Resolve-Request.ps1
- Public\Start-RestServer.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.0 (current version) | 443 | 1/9/2019 |