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.
2 parents 9d9908c + cab8235 commit 1e77021Copy full SHA for 1e77021
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;
@@ -292,7 +294,6 @@ class Session : public std::enable_shared_from_this<Session> {
292
294
**/
293
295
void prepareCommonDownload();
296
void prepareHeader();
- std::shared_ptr<Session> GetSharedPtrFromThis();
297
CURLcode DoEasyPerform();
298
void prepareBodyPayloadOrMultipart() const;
299
/**
0 commit comments