ãšã³ããªãŒã®ç·šé
ãšã³ããªãŒã®ç·šéã¯å
šãŠãŒã¶ãŒã«å
±éã®æ©èœã§ãã
å¿
ãã¬ã€ãã©ã€ã³ãäžèªã®äžãå©çšãã ããã
ãã®ããŒãžã®ãªãŒããŒãªã®ã§ä»¥äžã®ã¢ã¯ã·ã§ã³ãå®è¡ã§ããŸã
åååŸããããšãã§ããŸã
GitHub - unjs/httpxy: ð A Full-Featured HTTP and WebSocket Proxy for Node.js
ã¯ãŠãªããã¯ããŒã¯ã§
é¢å¿ãã·ã§ã¢ããã
ã¿ããªã®èå³ãšææ³ãéãŸãããšã§
æ°ããçºèŠããæ·±å ãããã£ãšæ¥œãã
ã¢ã«ãŠã³ãããæã¡ã®æ¹ã¯ãã°ã€ã³ããŒãžãž
èšäºãžã®ã³ã¡ã³ã1ä»¶
- 泚ç®ã³ã¡ã³ã
- æ°çã³ã¡ã³ã
泚ç®ã³ã¡ã³ãç®åºã¢ã«ãŽãªãºã ã®äžéšã«LINEã€ããŒæ ªåŒäŒç€Ÿã®ã建èšçã³ã¡ã³ãé äœä»ãã¢ãã«APIãã䜿çšããŠããŸã
- ãããŒåºåãªã
- ãã¥ãŒãæ©èœãã
- ããŒã¯ã¢ãŒãæèŒ
é¢é£èšäº
GitHub - unjs/httpxy: ð A Full-Featured HTTP and WebSocket Proxy for Node.js
import { proxyFetch } from "httpxy"; // TCP â using a URL string const res = await proxyFetch("ht... import { proxyFetch } from "httpxy"; // TCP â using a URL string const res = await proxyFetch("http://127.0.0.1:3000", "http://example.com/api/data"); console.log(await res.json()); // Unix socket â using a URL string const res2 = await proxyFetch("unix:/tmp/app.sock", "http://localhost/health"); console.log(await res2.text()); // Or use an object for more control const res3 = await proxyFetch({ h



2026/07/15 ãªã³ã¯