mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-17 16:10:01 -04:00
add support for saving and loading cookies
This commit is contained in:
parent
d23703ff9a
commit
f8e55ea307
7 changed files with 65 additions and 12 deletions
|
@ -14,6 +14,7 @@ get_error_str
|
|||
|
||||
http_set_options
|
||||
http_get_info
|
||||
http_set_cookie_jar
|
||||
|
||||
websocket_set_options
|
||||
recv_from_websocket
|
||||
|
@ -30,7 +31,4 @@ tls_socket_set_options
|
|||
recv_from_socket
|
||||
send_to_socket
|
||||
|
||||
ftp_set_options
|
||||
ftp_set_cmd
|
||||
|
||||
free
|
Loading…
Add table
Add a link
Reference in a new issue