CHANGELOG ========= v0.2.1 (2020-07-18): Fixes: * Get URI path from `REQUEST_URI` instead of `SCRIPT_NAME`, fixing route matchers when using a redirect to the FastCGI program. * Remove unnecessary HTTP status names from "Status" header. v0.2.0 (2020-07-16): Additions: * Add `FastCgiRequest::path_mut()` method from `conduit::RequestExt`. v0.1.1 (2020-07-16): Fixes: * Use the correct status code header to fix 500 error on Apache with mod_fastcgi. v0.1.0 (2020-07-04): First public release. vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*