PipeScript
PipeScript copied to clipboard
A Metaprogramming Language for PowerShell (and anything else)
Since any module can list any number of servers (#792 ) and expose websites (see #1038), any module can essentially identify as a one or more URLs. Since this information...
[http listener](https://learn.microsoft.com/en-us/dotnet/api/system.net.httplistenerrequest?view=net-8.0) is the backbone of how PSNode and many other high-efficiency microservers work. In order to more cleanly separate the concern of "working the listener in PowerShell" from "Working...
This should accept parameters from any potential aspect of the request (route, query, body, headers, and cookies) and turn them into a single `[Ordered]@{}` dictionary containing the request, mapped to...
Considering this is likely to be used for some interactive debugging, we want to populate the formatter HttpListenerRequest with a good set of useful information.
This really is a bit of a silly one, as the original code requires extra characters for an extra-obvious scenario, thus making it extra error prone in an interpreted language.