Mustafa Zaki Assagaf
Mustafa Zaki Assagaf
I'm trying to search on how to set sort by ext, and #230 already solved this. I think we need to close this issue
I would love to have this idea. I want to share my shader code like in shadertoy. I want to help implement this if you want
hey, while this code compiles, it gives 403 error while trying because the host header isn't modified to `one.one.one.one`. It would be better for the example to also add ```rust...
@shuding hi there, I would love to have this feature. Can you please review this? Thanks!
there's an example for that already https://github.com/cloudflare/pingora/blob/main/docs/user_guide/modify_filter.md
I have figureout to to serve static file. Here's a small example that I use for my personal reverse proxy https://github.com/mustafasegf/ora-ping/blob/e98601f661b26d58d215c84808702a1e10828f4d/src/main.rs I could make a pr for docs on how...
yes, having direct static file suport with sendfile/splice would be great. but i believe we need ktls before that
this is more of a proof of concept (a working one). I do have some question regarding how to implement this. Since a lot of the function are tightly coupled...
sure, i can try to implement it
This seems interesting. I want to check if rustube can replace yt-dlp. Can I try to implement it or are you in the middle of trying it?