Allowing for the right kind of input into PowerShell functions is important. It can mean the difference between writing a function once and forgetting about it constantly having to refactor it to ...
what I need to do is be able to access the headers of the request further along. specifically I want access to the headers when I am defining my promise for resolving one of my types and I was ...