summaryrefslogtreecommitdiffstats
path: root/src/connection.cpp
Commit message (Expand)AuthorAge
* Add baseurl to uri if endpoint is string_view.tastytea2020-01-09
* Add get_new_events().tastytea2020-01-09
* Move set_proxy() to Instance.tastytea2020-01-09
* Add streaming support.tastytea2020-01-08
* Replace append with +=.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
* 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