Releases: Tachi107/scrafurl
Releases · Tachi107/scrafurl
0.0.2
Bugs and style 🐛
libscrafurl has been renamed to just scrafurl. It's still a library, but having a lib prefix made the name hard to read 🏷️
Speaking of useless changes, I've also moved to snake_case (mostly), so functions like getResponseCode()
are now called get_response_code()
. This is C++, not Java! ☕
Lastly, I fixed a few bugs. Memory is now properly cleaned up, and your compiler won't explode anymore if you try to call get()
without headers 🐛
Oh right, and scrafurl is now licensed under the LGPL-3.0-or-later ⚖️
0.0.1
First release 🎉️
libscrafurl aims at being super lightweight and at the same time easy to use. I won't probably add support for advanced things, but at the moment you can:
- make GET, POST, PUT, PATCH, DELETE requests
- get the response body
- get the response code
Not much, I know, but this library should be as fast as plain libcurl: super fast :)