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