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

This should provide functionality similar to: * [https://learn.microsoft.com/en-us/dotnet/api/system.web.httprequest.form](HttpRequest.Form)

enhancement
Types

In their purest, most simple form, a keyword is just a function (more specifically, a function named `keyword.*`) Any function whose name matches the pattern `^.Keyword` should be treated as...

If a Request's ContentType matches `multipart`, this should get the boundary between multiple parts. If it does not match `multipart`, this should return nothing.

enhancement
Types