Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace string with string_view where possible. | tastytea | 2020-01-08 |
| | |||
* | Add support for parameters (GET). | tastytea | 2020-01-08 |
| | |||
* | Renamed return_types.hpp to answer.hpp. | tastytea | 2020-01-06 |
| | |||
* | Make _endpoint_map static. | tastytea | 2020-01-05 |
| | |||
* | Only construct 1 API per Connection. | tastytea | 2020-01-05 |
| | |||
* | Optimize request-flow. 😃 | tastytea | 2020-01-05 |
| | |||
* | Renamed “Request” to “Connection”. | tastytea | 2020-01-05 |
It will be used not for only one request, but for all requests to an instance. |