Pode icon indicating copy to clipboard operation
Pode copied to clipboard

Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers

Results 265 Pode issues
Sort by recently updated
recently updated
newest added

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...

question :grey_question:

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...

investigation :mag:
story-points: 13
priority: low

### 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...

feature :sunny:
idea :bulb:

### 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...

enhancement :arrow_up:
investigation :mag:
backlog :scroll:

### 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...

documentation :book:
serverless :cloud:
hosting :desktop_computer:
backlog :scroll:

### 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...

documentation :book:
performance :zap:
backlog :scroll:

### 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...

bug :bug:

### 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...

question :grey_question:

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...

bug :bug:
investigation :mag:
story-points: 8
priority: medium

### 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...

enhancement :arrow_up: