Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Renamed “Request” to “Connection”. | tastytea | 2020-01-05 |
| | | | | It will be used not for only one request, but for all requests to an instance. | ||
* | Simple GET request works. | tastytea | 2020-01-04 |
| | |||
* | Move low-level network stuff to CURLWrapper. | tastytea | 2020-01-04 |
| | |||
* | Add [[nodiscard]] where desirable. | tastytea | 2020-01-04 |
| | |||
* | Escape API in documentation where necessary. | tastytea | 2020-01-04 |
| | |||
* | Fix headers in Doxygen output. | tastytea | 2020-01-04 |
| | |||
* | Add Request::get() (without real function for now). | tastytea | 2020-01-04 |
| | |||
* | Improve documentation. | tastytea | 2020-01-03 |
| | |||
* | Use Instance and Request classes. | tastytea | 2020-01-03 |