#http

21 pages tagged http.

21/21

urllib3

Package-level reference for urllib3 on PyPI — connection pooling, retries, TLS, version policy, and alternatives.

05-31-2026#pip#package#http

serve

Package-level reference for serve on npm — install, SPA fallback, auth, CORS, and when to reach for caddy or python -m http.server instead.

05-31-2026#npm#package#dev-tool

requests

Package-level reference for the requests HTTP client on PyPI — install variants, version policy, extras, and alternatives.

05-31-2026#pip#package#http

node-fetch

Package-level reference for node-fetch on npm — v2 (CJS) vs v3 (ESM), why Node 18+ built-in fetch obviates it, and migration paths.

05-31-2026#npm#package#http

httpx

Package-level reference for httpx on PyPI — install variants, version policy, extras, transport options, and alternatives.

05-31-2026#pip#package#http

http-server

Package-level reference for http-server on npm — install, HTTPS, gzip, proxy mode, basic auth, and the serve comparison.

05-31-2026#npm#package#dev-tool

helmet

Package-level reference for helmet on npm — default headers, CSP customization, per-route overrides, HSTS, and v7→v8 migration.

05-31-2026#npm#package#security

express

Package-level reference for Express on npm — install, middleware model, Node support, 4-to-5 migration, and production deployment.

05-31-2026#npm#package#express

cors

Package-level reference for cors on npm — preflight handling, credentialed requests, dynamic origins, and Express integration.

05-31-2026#npm#package#cors

charset-normalizer

Package-level reference for charset-normalizer on PyPI — what it does, install, integration with requests, version policy, and alternatives.

05-31-2026#pip#package#encoding

certifi

Package-level reference for certifi on PyPI — what the bundle contains, install, integration with requests / urllib3 / ssl, alternatives.

05-31-2026#pip#package#tls

body-parser

Package-level reference for body-parser on npm — JSON, urlencoded, raw and text middleware, webhook signatures, and Express 4.16+ bundling.

05-31-2026#npm#package#body-parser

axios

Package-level reference for axios — interceptors, request configuration, error handling, and the migration story from 0.x to 1.x.

05-31-2026#npm#package#http

wget

Non-interactive network downloader. Covers single and batch downloads, recursive mirroring, authentication, resuming, rate limiting, and site archiving.

05-25-2026#wget#http#download

requests

Make HTTP requests in Python with the requests library. Covers GET/POST, JSON, sessions, authentication, retries, and common pitfalls.

05-25-2026#python#requests#http

httpx

Make sync and async HTTP requests with httpx. Covers GET/POST, async usage, HTTP/2, streaming, and how it compares to requests.

05-25-2026#python#httpx#http

curl

Transfer data with URLs. Covers HTTP methods, headers, authentication, forms, TLS, cookies, proxies, timeouts, parallel downloads, and a comprehensive recipe collection.

05-25-2026#curl#http#api

aria2c Download Utility

Fast, multi-protocol download utility supporting HTTP(S), FTP, SFTP, BitTorrent, and Metalink with resumption and parallel connections.

05-25-2026#aria2c#download#http

APIs

A versioned contract between two pieces of software — endpoints, verbs, payload shapes, errors, and auth — that decouples a caller from an implementation.

05-25-2026#http#contract#protocol

Fetch API

The browser and Node 18+ built-in HTTP client that returns Promises. Covers GET/POST/PUT/DELETE, headers, error handling, streaming, AbortController, uploads, credentials, and CORS.

04-26-2026#javascript#fetch#http

Python CLI Snippets

Short standalone Python scripts for common tasks — file I/O, JSON manipulation, HTTP requests, CSV processing, and data transformation.

04-25-2026#python#snippets#cli