aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-06-27FastCgiRequest: Start implementing `conduit::RequestExt`Teddy Wing
2020-06-27FastCgiRequest: Add HTTP hostTeddy Wing
2020-06-27FastCgiRequest: Add `conduit::Scheme`Teddy Wing
2020-06-27FastCgiRequest: Add `conduit::Version`Teddy Wing
2020-06-27FastCgiRequest: Parse headers to a `conduit::HeaderMap`Teddy Wing
2020-06-27Create a wrapper struct for `fastcgi::Request`Teddy Wing
2020-06-23run(): Convert `fastcgi::Request` to `http::Request`Teddy Wing
2020-06-23From<fastcgi::Request>: Make a note to add the request bodyTeddy Wing
2020-06-23From<fastcgi::Request>: Convert HTTP headersTeddy Wing
2020-06-23Start conversion from `fastcgi::Request` to `http::Request`Teddy Wing
2020-06-23Rename crate to `fcgi`Teddy Wing
2020-06-23Ideas for APITeddy Wing
2020-06-22Cargo.toml: Add 'fastcgi' and 'http' dependenciesTeddy Wing
2020-06-22Initialise new Rust v1.44.1 projectTeddy Wing