index
:
fastcgi-conduit
gh-pages
master
Conduit interface for the fastcgi crate
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-06-28
FastCgiRequest: Add headers to `conduit::RequestExt`
Teddy Wing
2020-06-28
FastCgiRequest: Add content length
Teddy Wing
2020-06-28
FastCgiRequest: Add remote addr
Teddy Wing
2020-06-27
FastCgiRequest: Add query string
Teddy Wing
2020-06-27
FastCgiRequest: Add request path
Teddy Wing
2020-06-27
FastCgiRequest: Use a `None` `virtual_root`
Teddy Wing
2020-06-27
FastCgiRequest: Remove elidable `'b` lifetime in `conduit::RequestExt`
Teddy Wing
2020-06-27
FastCgiRequest: Start implementing `conduit::RequestExt`
Teddy Wing
2020-06-27
FastCgiRequest: Add HTTP host
Teddy Wing
2020-06-27
FastCgiRequest: Add `conduit::Scheme`
Teddy Wing
2020-06-27
FastCgiRequest: Add `conduit::Version`
Teddy Wing
2020-06-27
FastCgiRequest: Parse headers to a `conduit::HeaderMap`
Teddy Wing
2020-06-27
Create a wrapper struct for `fastcgi::Request`
Teddy Wing
2020-06-23
run(): Convert `fastcgi::Request` to `http::Request`
Teddy Wing
2020-06-23
From<fastcgi::Request>: Make a note to add the request body
Teddy Wing
2020-06-23
From<fastcgi::Request>: Convert HTTP headers
Teddy Wing
2020-06-23
Start conversion from `fastcgi::Request` to `http::Request`
Teddy Wing
2020-06-23
Ideas for API
Teddy Wing
2020-06-22
Initialise new Rust v1.44.1 project
Teddy Wing