curl and libcurl 8.11.1 💾

curl and libcurl is a tool for transferring files using URL syntax. It supports HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, DICT, TELNET, LDAP, POP3, IMAP, SMTP, RTSP, RTMP, and FILE, as well as HTTP-post, HTTP-put, cookies, FTP upload, resumed transfers, passwords, port numbers, SSL certificates, Kerberos, and proxies. It is powered by libcurl, the client-side URL transfer library. There are bindings to libcurl for about 40 languages and environments.

minor bugfix: 8.11.1 8.11.1 8.11.1 changes only . : . build: ECH to always enable HTTPS RR. build: MSVC UWP builds. build: omit certain deps from `libcurl.pc` unless found via `pkg-config`. build: use `_fseeki64()` on Windows, drop detections. cmake: do not echo most inherited `LDFLAGS` to config files. cmake: drop cmake args list from `buildinfo.txt`. cmake: include `wolfssl/options.h` first. cmake: remove legacy unused IMMEDIATE keyword. cmake: restore cmake args list in `buildinfo.txt`. cmake: set `CURL_STATICLIB` for static lib when `SHARE_LIB_OBJECT=OFF`. cmake: sync GSS config code with other deps. cmake: typo in comment. cmake: work around `ios.toolchain.cmake` breaking feature-detections. cmakelint: to check root `CMakeLists.txt`. cmdline/ech.md: formatting cleanups. configure: add MEs for disabled pkg-config references. configure: do not echo most inherited `LDFLAGS` to config files. configure: replace ` #` shell syntax. cookie: treat cookie name case sensitively. curl-rustls.m4: keep existing `CPPFLAGS`/`LDFLAGS` when detected. curl.h: mark two error codes as obsolete. curl: --continue-at is mutually exclusive with --no-clobber. curl: --continue-at is mutually exclusive with --range. curl: --continue-at is mutually exclusive with --remove-on-error. curl: --test-duphandle in debuilds runs quot;duphandled quot;. curl: do more command line parsing in sub functions. curl: rename struct var to AIX build. curl: use realtime in trace timestamps. curl_multi_socket_all.md: soften the deprecation warning. CURLOPT_PREREQFUNCTION.md: add result code on failure. digest: produce a shorter cnonce in Digest headers. DISTROS: update Alt Linux links. dmaketgz: use --no-cache when building docker image. docs: bring back ALTSVC.md and HSTS.md. docs: document default `User-Agent`. docs: suggest --ssl-reqd instead of --ftp-ssl. duphandle: also init netrc. ECH: enable support for the AWS-LC backend. hostip: don apos;t use the resolver for FQDN loca

MITL internet web ftp software-development libraries networking curl


Ruby-Gems Ruby-Gem-v1.0.0.gem

RubyGems.org is the Ruby community’s gem hosting service. Instantly publish your gems and then install them. Use the API to find out more about available gems. Become a contributor and improve the site yourself. RubyGems.org is made possible through a partnership with the greater Ruby community. Fastly provides bandwidth and CDN support, Ruby Central covers infrastructure costs, and Ruby Together funds ongoing development and ops work. Learn more about our sponsors and how they work together.

curlcpp 0.1.3

curlcpp is a C++ wrapper around cURL/libcurl. It abstracts connections and transfers in a more user-friendly and object-oriented API, through curl_easy, curl_multi and curl_share. It provides tracebacks, and a curl_writer interface for output capturing, and simplified data transfer handling via curl_reader/writer.