Advanced Search
Search Results
6 total results found
readme.md for @push.rocks/smartrequest
A modern, cross-platform HTTP/HTTPS request library for Node.js, Bun, Deno, and browsers with a unified API, supporting form data, file uploads, JSON, binary data, streams, and unix sockets. Install # Using npm npm install @push.rocks/smartrequest --save # Us...
readme.md for @push.rocks/smartproxy
A high-performance, Rust-powered proxy toolkit for Node.js — unified route-based configuration for SSL/TLS termination, HTTP/HTTPS reverse proxying, WebSocket support, UDP/QUIC/HTTP3, load balancing, custom protocol handlers, and kernel-level NFTables forwardi...
readme.md for @push.rocks/smarturl
a url parsing lib Install To install @push.rocks/smarturl, you'll need Node.js and npm on your system. Once you have those set up, run the following command in your terminal: npm install @push.rocks/smarturl --save This will add @push.rocks/smarturl to your p...
changelog.md for @push.rocks/smartrequest
2025-11-17 - 5.0.1 - fix(test) Enable --logfile in test script and bump @git.zone/tstest to ^2.8.2 Update npm script: add --logfile flag to the test command to produce test logs Bump devDependency @git.zone/tstest from ^2.8.1 to ^2.8.2 2025-11-17 - 5.0.0 - B...
changelog.md for @push.rocks/smartproxy
2026-03-27 - 27.1.0 - feat(rustproxy-passthrough) add selective connection recycling for route, security, and certificate updates introduce a shared connection registry to track active TCP and QUIC connections by route, source IP, and domain recycle only affe...
changelog.md for @push.rocks/smarturl
2024-10-03 - 3.1.0 - feat(Smarturl) Enhanced documentation and added method for property setting and chaining in Smarturl Added detailed comments to methods and interfaces for better code understanding. Introduced a method to set properties in a chainable man...