Matthew Kelly

Results 300 comments of Matthew Kelly

Bit more testing to do on the Pode.Web side, otherwise it's mostly just updating the docs that's left to do.

Hi @bilbothebaggins, SSE would be the best case, but it depends on how where you're going to call the Route, and how you're going to handle the data as it's...

I've transferred the issue over to Pode.Web.

Hi @ericxin1982, Any ScriptBlock supplied to Pode Routes, Middleware, Authentication, etc. will all be automatically converted - that is, any scoped variables such as `$state:ExampleName` will be automatically converted to...

Hi @joshooaj, It should be possible to add some `-RemoteIPHeader` parameter to `Enable-PodeRequestLogging`. If not supplied it defaults to simply using `RemoteEndpoint.Address`, otherwise it'll check for the supplied Header before...

Hi @benwa, Glancing at the code it appears that the inbuilt `/public` middleware isn't respecting the `HEAD` method 🤔 There is an approach to override inbuilt middleware - in this...

Hi @nightroman, From what I've read, it might appear that your original suggestion is actually the best - though we might be able to move the BOM removal further up...

Hi @github-throwaway, Apologies, If all threads are currently processing a request, and new requests hit the server, then they will be blocked/queued until a thread is available to process the...

Hi @github-throwaway, Yes, it's just standard request timeout and can be configured via the `server.psd1` file: https://badgerati.github.io/Pode/Tutorials/RequestLimits/#timeout

Hey @zakariakbj, I need to update the Pode.Kestrel's README and Pode's documentation, but basically that module only works with Pode v1.x. In Pode v2 I rewrote all the the HTTP...