polysoft1 / libmatrix-client

A C++ client for the matrix communication protocol that is designed to not be dependent on specific libraries.
MIT License
2 stars 0 forks source link

Created a new setup for the HTTP implementation #7

Closed jaredoconnell closed 4 years ago

jaredoconnell commented 4 years ago

The new setup is designed in a more generic way where the request object just stores the data to send, and then you pass that into the client to send the request.