diff include/core/http.h @ 389:1e5d922fe82b
default tip
kitsu: implement UpdateAnimeEntry
yay... i guess
| author |
Paper <paper@tflc.us> |
| date |
Thu, 06 Nov 2025 12:21:35 -0500 |
| parents |
47c9f8502269 |
| children |
|
line diff
--- a/include/core/http.h Thu Nov 06 09:53:06 2025 -0500
+++ b/include/core/http.h Thu Nov 06 12:21:35 2025 -0500
@@ -18,7 +18,8 @@
enum class Type {
Get,
- Post
+ Post,
+ Patch
};
QByteArray Request(const std::string &url, const std::vector<std::string> &headers = {}, const std::string &data = "",