PipeScript
PipeScript copied to clipboard
A Metaprogramming Language for PowerShell (and anything else)
This should provide functionality similar to: * [https://learn.microsoft.com/en-us/dotnet/api/system.web.httprequest.form](HttpRequest.Form)
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.