aboutsummaryrefslogtreecommitdiffstats
path: root/src/request.rs
AgeCommit message (Expand)Author
2020-07-18FastCgiRequest::path: Get path from `REQUEST_URI`Teddy Wing
2020-07-17FastCgiRequest: Implement `conduit::RequestExt::path_mut`Teddy Wing
2020-07-04Add license (GNU GPLv3+)Teddy Wing
2020-07-04request::Error: Remove context from error variantsTeddy Wing
2020-07-04Add documentationTeddy Wing
2020-06-29Rename `request::RequestError` to `request::Error`Teddy Wing
2020-06-29FastCgiRequest: Make `scheme()` method privateTeddy Wing
2020-06-29Move request code to `request.rs`Teddy Wing