summaryrefslogtreecommitdiffstats
path: root/include/connection.hpp
Commit message (Collapse)AuthorAge
* Add HTTP methods PATCH and PUT.tastytea2020-01-11
|
* Hide CURLWrapper::cancel_stream().tastytea2020-01-10
|
* Implement HTTP POST in Connection.tastytea2020-01-10
|
* Add get_new_events().tastytea2020-01-09
| | | | A more comfortable way to consume stream events.
* Move set_proxy() to Instance.tastytea2020-01-09
|
* Improve documentation for new_stream_contents().tastytea2020-01-08
|
* Add streaming support.tastytea2020-01-08
|
* Fix / ignore some clang-tidy warnings.tastytea2020-01-08
|
* Improve documentation.tastytea2020-01-08
|
* Add set_proxy().tastytea2020-01-08
|
* Replace string with string_view where possible.tastytea2020-01-08
|
* Add support for parameters (GET).tastytea2020-01-08
|
* Renamed return_types.hpp to answer.hpp.tastytea2020-01-06
|
* Make _endpoint_map static.tastytea2020-01-05
|
* Only construct 1 API per Connection.tastytea2020-01-05
|
* Optimize request-flow. 😃tastytea2020-01-05
|
* Renamed “Request” to “Connection”.tastytea2020-01-05
It will be used not for only one request, but for all requests to an instance.