multipart/form-dataに対応(#56)

This commit is contained in:
keita
2021-03-10 23:57:52 +09:00
parent 3c99ccab3e
commit a58903e9c0
3 changed files with 29 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include <cocoatweet/api/interface/httpBase.h>
namespace CocoaTweet::API::Interface {
class HttpPost : public HttpBase{
class HttpPost : public HttpBase {
public:
protected:
void process(std::weak_ptr<CocoaTweet::OAuth::OAuth1> _oauth,