| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ensure that response body is drained | Stefan Majewsky | 2018-02-11 | 1 | -0/+2 |
| | | |||||
| * | sketch out the initial Object API | Stefan Majewsky | 2018-02-10 | 1 | -5/+5 |
| | | |||||
| * | switch from reflection to code generation | Stefan Majewsky | 2018-02-07 | 1 | -15/+5 |
| | | | | | | | This allows me to make the API much simpler. More simplification forthcoming in the following commit; I just want to make a cut since `make test` is happy right now. | ||||
| * | apparently having a private member is not enough | Stefan Majewsky | 2018-02-05 | 1 | -1/+10 |
| | | |||||
| * | redesign the header API | Stefan Majewsky | 2018-02-05 | 1 | -12/+16 |
| | | | | | | | I'm quite satisfied with this right now (though this doesn't say anything about how I feel about it tomorrow), but it's ugly that some guts (headers.Base) are exposed in the public API. | ||||
| * | add Container | Stefan Majewsky | 2018-02-04 | 1 | -0/+172 |
