retoor 61d8458f89 feat: add proxy support for outbound network requests in core module
Introduce a new proxy module with rate limiter that enforces per-IP token bucket throttling using configurable constants for port, requests per second, burst size, and HTTP status codes. Refactor RateLimiter to use float-based token tracking and centralized constants, replace magic numbers with named constants (TOKEN_COST, HTTP_TOO_MANY_REQUESTS, etc.), and add delimiter and content-type constants for HTTP response construction.
2026-01-27 21:10:48 +00:00

Examples / research

This is a collection of source code examples and research that I share with others online. Not all is written by me. It's also used for just sharing resources on discussion forums. The contents are mainly destined to be read by a software developer.

Do you see something you want to know more about? Contact retoor@molodetz.nl.

S
Description
Information I want to share with other people.
Readme
1.3 MiB
Languages
Python 86.7%
C 8.7%
HTML 2.8%
JavaScript 1.5%
Shell 0.3%