PipeScript icon indicating copy to clipboard operation
PipeScript copied to clipboard

A Metaprogramming Language for PowerShell (and anything else)

Results 128 PipeScript issues
Sort by recently updated
recently updated
newest added

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

enhancement
Types

[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...

enhancement
Types

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

enhancement
Types

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.

enhancement

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.

enhancement
Types