Tagged articles
8 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Mar 20, 2024 · Operations

Top 5 Linux Command-Line HTTP Clients and How to Use Them

This guide reviews five powerful Linux command-line HTTP clients—cURL, HTTPie, Wget, HTTPie-go, and Wuzz—explaining their key features and providing concrete command examples for GET, POST, file downloading, and interactive API testing.

API testingLinuxcommand-line
0 likes · 4 min read
Top 5 Linux Command-Line HTTP Clients and How to Use Them
Liangxu Linux
Liangxu Linux
Oct 6, 2023 · Operations

Top 5 Linux Command-Line HTTP Clients with Practical Examples

This guide introduces five essential Linux command-line HTTP clients—cURL, HTTPie, Wget, HTTPie-go, and Wuzz—explaining their key features and providing ready-to-use command examples for GET, POST, file downloads, and interactive requests.

CLIHTTPWuzz
0 likes · 5 min read
Top 5 Linux Command-Line HTTP Clients with Practical Examples
Liangxu Linux
Liangxu Linux
Apr 25, 2022 · Operations

Why HTTPie Lost 54,000 Stars: A Private Repo Mistake and What It Teaches

An accidental change to make the HTTPie repository private caused GitHub to delete all its 54,000 stars and watches, and despite the author's attempts to restore them, GitHub refused, highlighting risks of repository mismanagement and prompting recommendations for clearer warnings and soft‑delete mechanisms.

GitHubIncidenthttpie
0 likes · 6 min read
Why HTTPie Lost 54,000 Stars: A Private Repo Mistake and What It Teaches
Architecture Digest
Architecture Digest
Apr 21, 2022 · R&D Management

How a Mistake Cost HTTPie 54k GitHub Stars and What We Can Learn

The HTTPie project lost over 54,000 GitHub stars after its maintainer accidentally made the repository private, revealing shortcomings in GitHub's confirmation dialogs and backup policies, and prompting recommendations for better UI/UX and soft‑delete mechanisms to protect open‑source projects.

GitHubStar LossUser experience
0 likes · 10 min read
How a Mistake Cost HTTPie 54k GitHub Stars and What We Can Learn
IT Services Circle
IT Services Circle
Apr 17, 2022 · Operations

How HTTPie's 54k+ GitHub Stars Vanished Overnight Due to an Accidental Private Conversion

The article recounts how the popular open‑source HTTP client HTTPie, which had amassed over 54,000 GitHub stars in ten years, lost all its stars in a single moment when its maintainer mistakenly set the repository to private, highlighting GitHub's irreversible star‑deletion policy and offering lessons for better repository UI/UX design.

Developer ExperienceGitHubStar Loss
0 likes · 9 min read
How HTTPie's 54k+ GitHub Stars Vanished Overnight Due to an Accidental Private Conversion
macrozheng
macrozheng
Feb 14, 2022 · Operations

Master HTTPie: A Simpler, Colorful Alternative to cURL for Fast API Calls

This article introduces HTTPie, a Python‑based command‑line HTTP client that offers a simpler syntax, colored output, JSON support, and cross‑platform installation options, and provides detailed usage examples and tips compared with the traditional cURL tool.

API testingInstallationUsage
0 likes · 8 min read
Master HTTPie: A Simpler, Colorful Alternative to cURL for Fast API Calls