James Brundage

Results 990 issues of James Brundage

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