perl-HTTP-GHTTP/README.md

7 lines
329 B
Markdown
Raw Permalink Normal View History

2024-01-06 09:07:38 +01:00
# perl-HTTP-GHTTP
This is a fairly low level interface to the Gnome project's libghttp, which allows you to process HTTP requests to HTTP servers.
There also exists a slightly higher level interface - a simple get() function which takes a URI as a parameter.
This is not exported by default, you have to ask for it explicitly.