| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Connection::patch() and Connection::put() without parameters were making a POST
request.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Makes code more readable and decreases duplication.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The previous implementation returned a reference to an out-of-scope string.
|
| |
|
| |
|
|
|
|
| |
A more comfortable way to consume stream events.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
We need to use the mutex, a class member, from within the writer function.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|