curl Gets a Major Update: Partial File Reading Support

2024-12-30

The upcoming curl 8.12.0 release introduces exciting new functionality: partial file reading. Users can now leverage a new variable system to extract specific byte ranges from files and use them within curl command lines. This adds significant flexibility to how curl handles files, allowing for tasks like extracting the beginning of a file as a username or a section in the middle for a POST body. This significantly expands curl's capabilities, empowering users with a more robust command-line tool.

Read more
Development file handling

cURL and libcurl Drop Hyper Support

2024-12-22

After a four-year experiment, the cURL project has announced it's abandoning the use of the Rust-based Hyper library as an HTTP backend. Despite Hyper's memory safety advantages and support from Let's Encrypt, lack of user demand and developer involvement led to its termination. The cURL team cited the high cost of maintaining the Hyper code and a focus on improving and maintaining the existing codebase. While the experiment failed, cURL gained valuable experience and improved its HTTP handling capabilities.

Read more
Development

HTTP/3's Current State: Challenges and Opportunities on the Path to Adoption

2024-12-16

The HTTP/3 specifications are complete but await final publication. Server-side support is surprisingly high, particularly among top websites. Major players like Cloudflare have enabled HTTP/3, and browsers widely support it. However, client-side support, such as in curl, remains incomplete, largely due to the lagging development of QUIC-enabled TLS libraries. OpenSSL's QUIC support has been delayed, while alternatives like BoringSSL and quictls have limitations. While HTTP/3 promises speed improvements, real-world benefits depend on network conditions. Widespread adoption hinges on specification release and mature TLS libraries.

Read more
Development