| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mux: Add more tests | Adnan Maolood | 2021-06-26 | 1 | -2/+218 |
| | | |||||
| * | mux: Remove support for handling schemes | Adnan Maolood | 2021-06-26 | 1 | -181/+6 |
| | | | | | | Also fix redirection to subtree roots for wildcard patterns and patterns without a host name. | ||||
| * | Rename ServeMux to Mux | Adnan Maolood | 2021-03-15 | 1 | -2/+2 |
| | | |||||
| * | Make ResponseWriter an interface | Adnan Maolood | 2021-02-24 | 1 | -1/+1 |
| | | | | | | | | Make ResponseWriter an interface with an unexported method. Implementors must embed a ResponseWriter from elsewhere. This gives us the flexibility of an interface while allowing us to add new methods in the future. | ||||
| * | Make ResponseWriter a struct | Adnan Maolood | 2021-02-23 | 1 | -1/+1 |
| | | | | | | Make ResponseWriter a struct again so that it can be extended in a backwards-compatible way. | ||||
| * | handler: Make ServeGemini accept a Context | Adnan Maolood | 2021-02-20 | 1 | -1/+2 |
| | | |||||
| * | mux: Implement matching of schemes and hostnames | Adnan Maolood | 2021-02-17 | 1 | -0/+314 |