curl-library
There are 138 repositories under curl-library topic.
node-modules/urllib
Request HTTP(s) URLs in a complex world.
stefangabos/Zebra_cURL
A high-performance solution for making HTTP requests from your PHP projects. It allows running of multiple requests concurrently, asynchronously, supports GET, POST, HEADER, PUT, PATCH, and DELETE requests, and offers support for caching, FTP downloads, HTTP authentication and proxy requests.
Lispython/human_curl
Simple Human wrapper for cURL library
masroore/CurlSharp
CurlSharp - .Net binding and object-oriented wrapper for libcurl.
oxylabs/curl-post-requests
Learn how to send POST requests with cURL.
warifp/Shopee-Scrape
Shopee Scrape is a tool that functions to collect data - the data needed, such as finding data from photos, prices, names, store locations and others.
Mercury13/curl4delphi
A little libcURL binding for Delphi XE2+. Supports “easy” interface only. See wiki for more documentation.
Brotcrunsher/BrotBoxEngine
A C++ prototyping engine that is striving for an easy to use API, hiding all the dirty details so that you don't have to care.
sckott/request
http requests DSL for R
Montana/manifest
Any registry or runtime that claims to have a certain Docker distribution image specification support will be interacting with the various manifest types to find out various things about the image. For Travis CI + IBM. Authored by Montana Mendy.
daddinuz/http
Http requests made easier.
saltun/easyCurl
easyCurl - PHP CURL Class - PHP kolay CURL Sınıfı
zorggomat/DuckCpp
Multifunctional keylogger using WinAPI and libcurl
ferhatgec/curl4cpp
Single header cURL wrapper for C++ around libcURL
mikecbrant/php-rest-client
A PHP cURL REST client class with has multi_exec support
oxylabs/curl-with-proxy
A tutorial on using cURL command with proxies
pseiler/savegamesync
Backup and restore of savegames for common linux games to a configurable directory or your personal Own/NextCloud
MatteoM95/Skymap-path-planner
Path planner for UAV that search the best flight route through the clouds from NOAA weather forecast. The pathfinding algorithm tested are A* and Dijkstra
okbob/orafce_mail
PostgreSQL extension that allows to sending mails from Postgres. It is based on `libcurl` library. Implemented API is almost compatible with API of Oracle's `UTL_MAIL` package.
BaseMax/NetPHP
Useful functions for connecting to the network in the PHP based applications.
josantonius/php-curl
Make HTTP requests through PHP's cURL library.
RajuHarry/GetResponse-API-V3-PHP
This API is For Those who wants to add Getresponse API Add Contact With Custom Fields
sha-env/CMD-cURL
This repository provides a batch script implementation of cURL-like functionality for making HTTP requests directly from the command line. It demonstrates how to send GET, POST, and other HTTP methods using native Windows batch scripting. Ideal for users and developers working in Windows environments and exploring command-line automation.
singhxayush/Caching-Proxy
Supports concurrent HTTP GET requests, efficient resource retrieval with LRU cache, and smooth handling of peak loads using a Redis queue. Built in C with support for HTTP/1.x
akshayshedbalkar/cpp_alpha_vantage
Simple and easy to use Alpha Vantage API wrapper for C++
Bacdong/PHP_Web-crawler
Learning CRAWLER WEBSITE and WEB SPIDER with CURL in PHP
battlesquid/ts-curl-impersonate
A library for using curl-impersonate inside of NodeJS.
ertugruldeniz/kitapyurdu.com-Botu
📚📕 📙 kitapyurdu.com Botu
gregyjames/OctaneEnginePP
A portable, high performance, multithreaded C++ file downloading library built on libcurl and boost::asio.
lindenb/htsfuse
FUSE (Filesystem in Userspace) accessing remote files behind http. It was first designed for bioinformatics but can be used for general purpose.
imlainwired/IP-Geolocator
IP Geolocator fetches detailed location info for any IP address using APIs, with animated output for a cool user experience.
keygen-sh/example-cpp-user-authentication
Example of authenticating as a user and interacting with Keygen's API
cgghui/curl
一个小巧方便快捷的 PHP CURL 库,可以用它进行网页内容的抓取,文件的下载,API接口的通信等操作,总之它是方便的,快捷的。除此之外,它还具备多线程能力。
george0884/lua-curl-error
error: could not find expected file curl/curl.h, or curl/curl.h for curl -- you may have to install curl in your system and/or pass curl_dir or curl_incdir to the luarocks command. example: luarocks install lua-curl curl_dir=/usr/local
Josee-xav/CLI-Proxy-Checker
Simple Proxy connection checker / proxy checker using libcurl
oxylabs/curl-with-python
Master cURL in Python by using the PycURL library. Learn to send GET and POST requests, custom HTTP headers, and how to fix common problems.