MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / RemoteTextThread

Method RemoteTextThread

src/obs-support/remote-text.hpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54public:
55 inline RemoteTextThread(std::string url_, std::string contentType_ = std::string(),
56 std::string postData_ = std::string(), int timeoutSec_ = 0)
57 : url(url_),
58 contentType(contentType_),
59 postData(postData_),
60 timeoutSec(timeoutSec_)
61 {
62 }
63
64 inline RemoteTextThread(std::string url_, std::vector<std::string> &&headers_,
65 std::string contentType_ = std::string(), std::string postData_ = std::string(),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected