We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d84ae commit 89f179cCopy full SHA for 89f179c
include/cpr/session.h
@@ -226,6 +226,8 @@ class Session : public std::enable_shared_from_this<Session> {
226
227
void AddInterceptor(const std::shared_ptr<Interceptor>& pinterceptor);
228
229
+ std::shared_ptr<Session> GetSharedPtrFromThis();
230
+
231
private:
232
// Interceptors should be able to call the private proceed() function
233
friend Interceptor;
@@ -288,7 +290,6 @@ class Session : public std::enable_shared_from_this<Session> {
288
290
**/
289
291
void prepareCommonDownload();
292
void prepareHeader();
- std::shared_ptr<Session> GetSharedPtrFromThis();
293
CURLcode DoEasyPerform();
294
void prepareBodyPayloadOrMultipart() const;
295
/**
0 commit comments