Pode
Pode copied to clipboard
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
Should Timers and Schedules be refactored and merged into one function. Possible adding a flag -schedule to make it in a schedule? I understand cron has a well known timing...
Now that .NET 5.0 is out and Pode has its own new Listener structure, did you have any thoughts about supporting GRPC ? There are some converters / Gateways and...
### Describe the Feature It would be great if Pode supported ESNI. For heightened security, privacy and anonymity of end-users of 'x' web-service running on a Pode installation. ### Related...
### Describe the Change This one comes off the back of #546. While setting up the tests, I found you could run Pode using `Start-Job`. This could make it possible...
### Describe the Change Create an OpenFAAS template for Pode, in a new repo. I already started work on this one here: https://github.com/Badgerati/pode-openfaas it just needs testing and documenting. The...
### Describe the Change Performance tests have been run before, but were never published or documented. For this issue, the performance tests should again be run for Routes, but this...
### Describe the Bug I've been using oh-my-posh for a while and today I wanted to try out Pode. When I try to start the pode server (`pode start`) it...
### Question Hey there :wave:, I'm currently tweaking a custom log for my API and I've explored the raw hash-table provided by pode for a custom log on terminal. I've...
I am attempting to host a very large file for HTTP download via Pode and am encountering the following exception `PS E:\git\navision-docker-container\navlive-backup-copied> pode start VERBOSE: Adding Route: [Static] /backup[/]{0,1}(?.*) Listening...
### Describe the Change I use the builtin logging method "file" and would like to add my own lines to the log file. Write-PodeLog only works for custom methods right...