Path to this page:
Subject: CVS commit: pkgsrc/www/p5-HTTP-Tiny
From: Amitai Schleier
Date: 2024-01-10 17:05:12
Message id: 20240110160513.0CC24FA42@cvs.NetBSD.org
Log Message:
Add p5-HTTP-Tiny: Small, simple, correct HTTP/1.1 client
This is a very simple HTTP/1.1 client, designed for doing simple
requests without the overhead of a large framework like LWP::UserAgent.
It is more correct and more complete than HTTP::Lite. It supports
proxies and redirection. It also correctly resumes after EINTR.
Files: