augustl/net-http-cheat-sheet resource
A collection of Ruby Net::HTTP examples. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6082
- days_rel: n/a
- days_push: 2709
- n_releases_24m: 0
Adoption not part of the score
1147 stars · 160 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A cheat sheet repository of copy-paste examples for Ruby's built-in Net::HTTP standard library, covering requests, headers, file uploads, and other HTTP tasks. It also points readers to modern alternatives like RestClient, noting the examples date from when Net::HTTP was commonly used directly.
Use cases
- make an HTTP request in Ruby without gems
- upload multipart files with Net::HTTP
- learn how Ruby's Net::HTTP library works
- find example code for setting HTTP headers in Ruby
- send POST requests with Ruby standard library
- compare Net::HTTP with RestClient
When to choose
- you must use Ruby's standard library with no external dependencies
- you want to understand what HTTP client gems do under the hood
- you need a quick reference for Net::HTTP syntax
When to avoid
- you want a pleasant HTTP client API for a real project - use RestClient, HTTParty, or Faraday instead
- you need actively maintained documentation for modern Ruby
- you need async or streaming HTTP features
Facets
learning-resource · maturity maintenance
http-client developer-tools documentation developer-tools web-development documentation tutorials ruby cheat-sheet net-http ruby-standard-library http-examples
1 source
- readme: https://github.com/augustl/net-http-cheat-sheet · fetched 2026-08-28 · f0f9cd3003df
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| augustl/net-http-cheat-sheet | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="augustl/net-http-cheat-sheet")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem