mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
6
libs/platform/http_payload.cpp
Normal file
6
libs/platform/http_payload.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "platform/http_payload.hpp"
|
||||
|
||||
namespace platform
|
||||
{
|
||||
HttpPayload::HttpPayload() : m_method("POST"), m_fileKey("file"), m_needClientAuth(false) {}
|
||||
} // namespace platform
|
||||
Reference in New Issue
Block a user