aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2020-07-04Add license (GNU GPLv3+)Teddy Wing
2020-07-04Move `lighttpd.conf` to `examples/`Teddy Wing
2020-07-04examples/server.rs: Remove unused imports and variableTeddy Wing
2020-07-04Server::start: Return a `Server` directly instead of a `Result`Teddy Wing
2020-07-04Add examples/small.rsTeddy Wing
2020-06-28examples/server: Try using a `conduit_router::RouteBuilder`Teddy Wing
2020-06-28Server::start(): Write HTTP version and status codeTeddy Wing
2020-06-28Server: Working `start()` implementationTeddy Wing
2020-06-23run(): Convert `fastcgi::Request` to `http::Request`Teddy Wing
2020-06-23Rename crate to `fcgi`Teddy Wing
2020-06-23Ideas for APITeddy Wing