Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-23 | run(): Convert `fastcgi::Request` to `http::Request` | Teddy Wing | |
Build a new `http::Request` from the `fastcgi::Request` and pass it into the closure. Can't move `req`, so needed to change the `from` converter to take a reference. Update the example code to append the `http::Request` to a file for debugging and inspection. | |||
2020-06-23 | Rename crate to `fcgi` | Teddy Wing | |
2020-06-23 | Ideas for API | Teddy Wing | |
I want a wrapper for `fastcgi::run()` that uses `http::Request` and `http::Response`. Add a `lighttpd.conf` to test the FastCGI. Print FastCGI params to give me an idea of what the request looks like. |