CurlThin
HTTP client library
A lightweight C# wrapper around the libcurl library for making HTTP requests with support for efficient polling using libuv.
Lightweight cURL wrapper for C# with support for curl_multi polling interface through libuv
68 stars
9 watching
18 forks
Language: C#
last commit: 12 months ago
Linked from 2 awesome lists
curlhttphttp-clientlibcurllibuvmultiprocessing
Related projects:
Repository | Description | Stars |
---|---|---|
jeroen/curl | Provides a flexible web client with customizable HTTP/FTP/SCP requests and response processing options | 219 |
php-mod/curl | A dependency-free wrapper of the PHP cURL extension providing a simple and convenient API for making HTTP requests. | 328 |
andhikayuana/curl-lib | A simple PHP wrapper around the cURL library for making HTTP requests and interacting with web APIs. | 3 |
jpbarrette/curlpp | C++ wrapper around libcURL for convenient and safe HTTP transfer and manipulation | 1,679 |
curl/curl-cheat-sheet | A resource providing detailed information on various HTTP options and settings using the curl command | 355 |
easyhttp/easyhttp | An HTTP client library for C# providing support for common HTTP methods and features. | 982 |
r-lib/httr | A wrapper around curl that simplifies HTTP interactions in R, providing a standardized interface and features for modern web APIs. | 985 |
lumenpink/curld | A command-line tool that allows users to interact with various distributed web protocols and services | 21 |
fukamachi/dexador | An HTTP client library for Common Lisp with features like connection pooling and automatic redirection. | 377 |
nategood/httpful | A simple HTTP client library for PHP | 1,744 |
zjango/laracurl | A wrapper around Andreas Lutro's cURL class to simplify interactions with HTTP APIs. | 8 |
kriswallsmith/buzz | A lightweight HTTP client library with support for multiple protocols and features such as batch requests and HTTP2 server push. | 1,918 |
josephp91/curlcpp | An object-oriented C++ wrapper around the cURL tool | 631 |
schlenkr/fshttp | An F# HTTP client library that provides a flexible and convenient way to make HTTP requests. | 451 |
liseen/lua-resty-http | A Lua library that provides a non-blocking HTTP client driver for use in web servers. | 188 |