{"id":13613175,"url":"https://github.com/bagder/mastering-libcurl","last_synced_at":"2025-04-12T01:43:56.555Z","repository":{"id":204562912,"uuid":"712146932","full_name":"bagder/mastering-libcurl","owner":"bagder","description":"Materials related to the extensive video tutorial \"mastering libcurl\"","archived":false,"fork":false,"pushed_at":"2023-11-20T16:38:01.000Z","size":93,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T21:35:07.133Z","etag":null,"topics":["documentation","examples","libcurl"],"latest_commit_sha":null,"homepage":"https://curl.se/libcurl/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bagder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-10-30T22:15:23.000Z","updated_at":"2024-07-31T14:32:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b9d3dda-47a0-48d3-a5ce-9d48a60375d3","html_url":"https://github.com/bagder/mastering-libcurl","commit_stats":null,"previous_names":["bagder/mastering-libcurl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagder%2Fmastering-libcurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagder%2Fmastering-libcurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagder%2Fmastering-libcurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bagder%2Fmastering-libcurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bagder","download_url":"https://codeload.github.com/bagder/mastering-libcurl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505933,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","examples","libcurl"],"created_at":"2024-08-01T20:00:41.047Z","updated_at":"2025-04-12T01:43:56.534Z","avatar_url":"https://github.com/bagder.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# mastering-libcurl\n\nThe presentation itself will be live-streamed and recorded, starting with the\nfirst episode on November 16, 2023. It will be done as a two part video series\nwhere each part will be up to or around two hours long. Part two streams on\nNovember 20.\n\n[Video info](https://daniel.haxx.se/blog/2023/11/01/mastering-libcurl/)\n\n## Source code\n\nMaterials related to the extensive video tutorial \"mastering libcurl\"\n\nAll source code snippets in the video presentation have names. They are all\nprovided in this repository as stand-alone source files to be able to learn\nfrom, mimic and copy and paste from.\n\nThe examples present here might be modified slightly to make sure they\nbuild warning free against a modern libcurl on a modern system.\n\n## Examples\n\n### Part one\n\n[Video](https://youtu.be/ZQXv5v9xocU?si=mkAXM9S3reAGHAzO)\n[slides](https://www.slideshare.net/bagder/mastering-libcurl-part-1)\n\n| Slide # | link                                 |\n|---------|--------------------------------------|\n| 50      | [global.c](global.c)                 |\n| 51      | [easy-init.c](easy-init.c)           |\n| 54      | [easy-setopt.c](easy-setopt.c)       |\n| 55      | [easy-perform.c](easy-perform.c)     |\n| 59      | [write-callback.c](write-callback.c) |\n| 65      | [multi.c](multi.c)                   |\n| 69      | [errorbuffer.c](errorbuffer.c)       |\n| 70      | [debug-callback.c](debug-callback.c) |\n| 71      | [global-trace.c](global-trace.c)     |\n| 72      | [xfer-id.c](xfer-id.c)               |\n| 73      | [version.c](version.c)               |\n| 78      | [resolve.c](resolve.c)               |\n| 79      | [connect-to.c](connect-to.c)         |\n| 80      | [dns-servers.c](dns-servers.c)       |\n| 81      | [interface.c](interface.c)           |\n| 82      | [localport.c](localport.c)           |\n| 83      | [keepalive.c](keepalive.c)           |\n| 84      | [ipv6only.c](ipv6only.c)             |\n| 85      | [auth.c](auth.c)                     |\n| 86      | [netrc.c](netrc.c)                   |\n\n### Part two\n\n| Slide # | link                                 |\n|---------|--------------------------------------|\n| 9       | [write-callback.c](write-callback.c) |\n| 11      | [compress.c](compress.c)             |\n| 14      | [range.c](range.c)                   |\n| 16      | [read-callback.c](read-callback.c)   |\n| 24      | [lowspeed.c](lowspeed.c)             |\n| 25      | [maxspeed.c](maxspeed.c)             |\n| 26      | [meter.c](meter.c)                   |\n| 27      | [progress-cb.c](progress-cb.c)       |\n| 29      | [getinfo.c](getinfo.c)               |\n| 32      | [dashdash.c](dashdash.c)             |\n| 37      | [share-cookies.c](share-cookies.c)   |\n| 53      | [proxy.c](proxy.c)                   |\n| 53      | [proxy-scheme.c](proxy-scheme.c)     |\n| 58      | [404.c](404.c)                       |\n| 59      | [follow.c](follow.c)                 |\n| 62      | [postfields.c](postfields.c)         |\n| 66      | [mod-headers.c](mod-headers.c)       |\n| 67      | [ifmodified.c](ifmodified.c)         |\n| 68      | [range.c](range.c)                   |\n| 69      | [put.c](put.c)                       |\n| 73      | [altsvc.c](altsvc.c)                 |\n| 75      | [hsts.c](hsts.c)                     |\n| 80      | [content-type.c](content-type.c)     |\n| 81      | [list-headers.c](list-headers.c)     |\n| 86      | [url-set.c](url-set.c)               |\n| 87      | [url-set-parts.c](url-set-parts.c)   |\n| 88      | [url-get-parts.c](url-get-parts.c)   |\n| 89      | [redirect.c](redirect.c)             |\n| 90      | [url-encode.c](url-encode.c)         |\n| 91      | [idn.c](idn.c)                       |\n| 91      | [punycode.c](punycode.c)             |\n\n## License\n\nAll examples are (C) Daniel Stenberg, licensed to use under [MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbagder%2Fmastering-libcurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbagder%2Fmastering-libcurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbagder%2Fmastering-libcurl/lists"}