#

http

http related cheatsheet collection - 7 quick reference guides. Find fast, copy directly. The essential online command reference for developers and SRE.

curl / wget Cheatsheet - Command-line File Download & HTTP Requests

For engineers working without a browser who need to call APIs and download with resumable transfers — covering GET/POST requests, headers & cookies, resumable download, proxy auth, and debugging with both curl and wget, plus a side-by-side comparison so you pick the right tool per task.

2026-08-0234 commands
curlwgetDownload

HTTP Methods Cheatsheet - REST/HTTP Verbs & Idempotency

HTTP methods and REST semantics: GET/POST/PUT/PATCH/DELETE verbs, idempotency, safe methods, status-code pairing and common misuses. For choosing the right verb when designing APIs so retries and concurrency behave predictably. Pairs with the HTTP Status Codes sheet.

2026-08-0227 commands
httpMethodsrest

curl Cheatsheet - curl HTTP Debugging Command Reference

A curl request and troubleshooting handbook for backend developers, testers, and ops, covering GET/POST request bodies, -v/-I/-w request details and timing analysis, -k/-x TLS and proxies, -u/-F/-o auth and upload, plus practical combinations of cookies, redirects, and timeout retries.

2026-07-2122 commands
curlhttpAPI Debugging

HTTP Status Codes Cheatsheet - HTTP Response Status Code Reference

Every HTTP response status code from 1xx to 5xx with its meaning, common cause and a debugging hint. Built for backend/frontend developers and Nginx/gateway ops to pinpoint why an API misbehaves — distinguishing 4xx from 5xx and checking whether redirects behave as expected.

2026-07-2138 commands
httpStatus Codesnginx

MIME Types Cheatsheet - Content-Type Reference

Common MIME types / Content-Type values mapped to file extensions, covering text, image, audio, video, application data, documents, archives and fonts, including charset hints. For correctly returning and validating Content-Type in HTTP responses and uploads.

2026-07-2147 commands
mimecontent-typehttp

RESTful API Cheatsheet - REST API Design Reference

RESTful API design conventions covering URL naming, HTTP method selection, status-code choice, request headers and response formats, auth options and best practices. For designing consistent, debuggable web APIs.

2026-07-2146 commands
restapihttp

HTTPie Cheatsheet - HTTP Client

An HTTPie reference: GET/POST requests, automatic JSON formatting, form and file uploads, authentication, and http/s sessions for everyday API testing.

2026-07-1937 commands
httpiehttpapi