Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JosephP91/curlcpp
/ functions
Functions
201 in github.com/JosephP91/curlcpp
⨍
Functions
201
◇
Types & classes
67
↓ 22 callers
Method
first
* Simple method that returns the first field of the pair. */
include/curl_pair.h:54
↓ 22 callers
Method
second
* Simple method that returns the second field of the pair. */
include/curl_pair.h:60
↓ 20 callers
Method
get
Implementation of the get method.
src/curl_cookie.cpp:16
↓ 9 callers
Method
get_stream
This method returns the stream pointer.
include/curl_ios.h:70
↓ 9 callers
Method
perform
src/curl_easy.cpp:76
↓ 8 callers
Method
is_null
include/curl_form.h:133
↓ 6 callers
Method
add
Implementation of add method.
src/curl_form.cpp:54
↓ 6 callers
Method
get_curl
Implementation of get_curl method.
src/curl_multi.cpp:150
↓ 6 callers
Method
get_function
This method return the callback function pointer.
include/curl_ios.h:75
↓ 6 callers
Method
print_traceback
Implementation of print_traceback
include/curl_exception.h:104
↓ 4 callers
Method
add
include/curl_easy.h:1093
↓ 3 callers
Method
get
Implementation of getter method that returns the list head.
include/curl_form.h:140
↓ 3 callers
Method
get_curl
Implementation of get_curl method.
include/curl_easy.h:1127
↓ 3 callers
Method
set_datetime
Implementation of set_datetime method.
src/cookie.cpp:125
↓ 3 callers
Method
set_domain
Implelementation of set_domain method.
src/cookie.cpp:75
↓ 3 callers
Method
set_path
Implementation of set_path method.
src/cookie.cpp:59
↓ 3 callers
Method
set_value
Implementation of set_name method.
src/cookie.cpp:43
↓ 2 callers
Method
add
src/curl_header.cpp:60
↓ 2 callers
Method
copy_ptr
* Helper function used to copy the curl_httppost list in the copy constructor, to reduce code verbosity. * We must allocate a pointer for every singl
src/curl_form.cpp:174
↓ 2 callers
Method
erase
Implementation of erase method.
src/curl_cookie.cpp:39
↓ 2 callers
Method
get_traceback
Implementation of get_traceback.
include/curl_exception.h:130
↓ 2 callers
Method
set_callback
This method allow to specify a custom callback pointer.
include/curl_ios.h:157
↓ 2 callers
Method
set_callback
This method allows to specify a custom callback pointer.
include/curl_ios.h:273
↓ 2 callers
Method
set_secure
Implementation of set_secure method.
src/cookie.cpp:91
↓ 2 callers
Method
set_stream
This utility method allows to specify and validate a custom stream
include/curl_ios.h:118
↓ 1 callers
Method
get
Implementation of get method.
include/curl_header.h:87
↓ 1 callers
Method
get_active_transfers
Implementation of get_active_transfers method.
include/curl_multi.h:359
↓ 1 callers
Method
get_formatted
Implementation of get_formatted method.
src/cookie.cpp:161
↓ 1 callers
Method
get_handler
Implementation of curl_message get_handler method.
include/curl_multi.h:384
↓ 1 callers
Method
get_hour
Implementation of get_hour method.
src/cookie_time.cpp:36
↓ 1 callers
Method
get_minutes
Implementation of get_minutes method.
src/cookie_time.cpp:41
↓ 1 callers
Method
get_next_finished
Implementation of get_next_finished method.
src/curl_multi.cpp:73
↓ 1 callers
Method
get_seconds
Implementation of get_seconds method.
src/cookie_time.cpp:46
↓ 1 callers
Method
is_secure
Implementation of is_secure method.
src/cookie.cpp:151
↓ 1 callers
Method
set
Implementation of set_cookie_list method.
src/curl_cookie.cpp:27
↓ 1 callers
Method
set_callback
This method allow to specify a custom callback pointer.
include/curl_ios.h:65
↓ 1 callers
Method
set_callback
This method allow to specify a custom callback pointer.
include/curl_ios.h:102
↓ 1 callers
Method
set_callback
This method allows to specify a custom callback pointer.
include/curl_ios.h:193
↓ 1 callers
Method
set_callback
This method allows to specify a custom callback pointer.
include/curl_ios.h:229
↓ 1 callers
Method
set_date
Implementation of set_date method.
src/cookie_datetime.cpp:20
↓ 1 callers
Method
set_day
Implementation of set_day method.
src/cookie_date.cpp:29
↓ 1 callers
Method
set_hour
Implementation of set_hour method.
src/cookie_time.cpp:18
↓ 1 callers
Method
set_minutes
Implementation of set_minutes method.
src/cookie_time.cpp:24
↓ 1 callers
Method
set_month
Implementation of set_month method.
src/cookie_date.cpp:35
↓ 1 callers
Method
set_name
Implementation of set_name method.
src/cookie.cpp:25
↓ 1 callers
Method
set_seconds
Implementation of set_seconds method.
src/cookie_time.cpp:30
↓ 1 callers
Method
set_time
Implementation of set_time method.
src/cookie_datetime.cpp:14
↓ 1 callers
Method
set_week_day
Implementation of set_week_day method.
src/cookie_date.cpp:19
↓ 1 callers
Method
set_year
Implementation of set_year method.
src/cookie_date.cpp:45
Method
add
Implementation of add method for easy handlers.
src/curl_multi.cpp:46
Method
add
include/curl_multi.h:336
Method
add
include/curl_share.h:152
Method
add
include/curl_header.h:97
Method
assign
Implementation of assign method.
src/curl_multi.cpp:127
Method
clear_traceback
Implementation of clear method.
include/curl_exception.h:115
Method
cookie
Implementation of constructor.
src/cookie.cpp:11
Method
cookie
* Default constructor. */
include/cookie.h:43
Method
cookie_date
Implementation of constructor with parameters.
src/cookie_date.cpp:12
Method
cookie_date
* Default constructor. Inizialize the attributes with default values. */
include/cookie_date.h:64
Method
cookie_datetime
Implementation of constructor with parameters.
src/cookie_datetime.cpp:9
Method
cookie_datetime
* Default constructor. */
include/cookie_datetime.h:41
Method
cookie_time
Implementation of constructor with parameters.
src/cookie_time.cpp:11
Method
cookie_time
* The default constructor will initialize every attribute with zero. */
include/cookie_time.h:44
Method
curl_cookie
* This constructor allow you to specify a curl_easy object. */
include/curl_cookie.h:49
Method
curl_easy
Implementation of default constructor.
src/curl_easy.cpp:13
Method
curl_easy
include/curl_easy.h:1073
Method
curl_easy_exception
* This constructor allows to specify a custom error message and the method name where * the exception has been thrown. */
include/curl_exception.h:147
Method
curl_easy_info
include/curl_easy_info.h:39
Method
curl_easy_info
include/curl_easy_info.h:53
Method
curl_easy_info
include/curl_easy_info.h:70
Method
curl_exception
Constructor implementation. Every call will push into the calls stack the function name and the error occurred.
src/curl_exception.cpp:17
Method
curl_form
Implementation of constructor.
src/curl_form.cpp:17
Method
curl_form
Implementation of copy constructor.
include/curl_form.h:128
Method
curl_global
src/curl_global.cpp:5
Method
curl_global
* Copying disabled to follow RAII idiom. */
include/curl_global.h:53
Method
curl_header
Implementation of constructor.
src/curl_header.cpp:17
Method
curl_header
Implementation of copy constructor.
include/curl_header.h:92
Method
curl_info
Implementation of default constructor.
src/curl_info.cpp:14
Method
curl_interface
include/curl_interface.h:74
Method
curl_ios
This constructor allows to specifiy a custom stream and a custom callback pointer.
include/curl_ios.h:60
Method
curl_ios
This constructor will initialize the stream with a customized stream and a default in-memory write callback.
include/curl_ios.h:92
Method
curl_ios
This constructor will initialize the stream with cout and the callback with a default in-memory write callback.
include/curl_ios.h:138
Method
curl_ios
This constructor allows to specify a custom stringstream stream.
include/curl_ios.h:183
Method
curl_ios
This constructor allows to specify a custom ostringstream stream.
include/curl_ios.h:219
Method
curl_ios
The default constructor will initialize the callback pointer and the stream with default values.
include/curl_ios.h:255
Method
curl_message
Implementation of curl_message constructor.
src/curl_multi.cpp:143
Method
curl_multi
src/curl_multi.cpp:18
Method
curl_multi_exception
* This constructor enables setting a custom error message and the method name where * the exception has been thrown. */
include/curl_exception.h:176
Method
curl_pair
* The two parameters constructor gives users a fast way to build an object of * this type. */
include/curl_form.h:158
Method
curl_pair
* Thw two parameters constructor gives users a fast way to build an object * of this type. */
include/curl_header.h:117
Method
curl_pair
* The two parameters constructor gives users a fast way to * build an object of this type. */
include/curl_pair.h:50
Method
curl_pair
* The two parameters constructor gives users a fast way to * build an object of this type. */
include/curl_pair.h:77
Method
curl_pair
* The two parameters constructor gives users a fast way to * build an object of this type. */
include/curl_pair.h:113
Method
curl_receiver
include/curl_receiver.h:71
Method
curl_sender
include/curl_sender.h:58
Method
curl_sender
* The constructor initializes the easy handler and the number of * sent bytes. */
include/curl_sender.h:86
Method
curl_share
Implementation of default constructor.
src/curl_share.cpp:11
Method
curl_share
Implementation of overloaded constructor.
include/curl_share.h:141
Method
curl_share_exception
* This constructor enables setting a custom error message and the method name where * the exception has been thrown. */
include/curl_exception.h:204
Method
curl_utility
* Build an object of this type have no sense. So let's hide * the constructor. */
include/curl_utility.h:52
next →
1–100 of 201, ranked by callers