| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-04 | Add documentation | Teddy Wing | |
| Write doc comments for functions and types, and include a short example. | |||
| 2020-06-29 | Rename `request::RequestError` to `request::Error` | Teddy Wing | |
| Now that we have a `request` module, the "Request" part of the name is redundant. | |||
| 2020-06-29 | FastCgiRequest: Make `scheme()` method private | Teddy Wing | |
| Turns out I didn't need to make it public as we only need to use it within the module. | |||
| 2020-06-29 | Move request code to `request.rs` | Teddy Wing | |
| Want to separate request and server code. | |||
