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 Request::get() (without real function for now). | tastytea | 2020-01-04 |
| | |||
* | Use Instance and Request classes. | tastytea | 2020-01-03 |