fastcgi-client-rs icon indicating copy to clipboard operation
fastcgi-client-rs copied to clipboard

Fastcgi client implemented for Rust.

Results 3 fastcgi-client-rs issues
Sort by recently updated
recently updated
newest added

Hi, I'm shopping around for a fastcgi crate and after reading the code, I had a couple of questions, if you have time to look at them: - it looks...

can you add some kind list of open todo's / issues?

This commit introduces a custom method for inserting parameters into PHP-FPM requests. This was necessary because the general methods for parameter insertion might not include required parameters, such as HTTP_HOST,...