From ee433b47abc10db910db65eedd06e8bac63af898 Mon Sep 17 00:00:00 2001 From: guest20 Date: Wed, 5 Jul 2023 12:15:29 +0200 Subject: [PATCH] Links to sections - SSL SUPPORT -> /TLS/SSL SUPPORT - LIMITATIONS -> /LIMITATIONS --- lib/HTTP/Tiny.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/HTTP/Tiny.pm b/lib/HTTP/Tiny.pm index e613cff..bb917a1 100644 --- a/lib/HTTP/Tiny.pm +++ b/lib/HTTP/Tiny.pm @@ -65,7 +65,7 @@ attributes are modified via accessor, or if the process ID or thread ID change, the persistent connection will be dropped. If you want persistent connections across multiple destinations, use multiple HTTP::Tiny objects. -See L for more on the C and C attributes. +See L for more on the C and C attributes. =cut @@ -350,7 +350,7 @@ Executes an HTTP request of the given method type ('GET', 'HEAD', 'POST', international domain names encoded. B: Method names are B per the HTTP/1.1 specification. -Don't use C when you really want C. See L for +Don't use C when you really want C. See L for how this applies to redirection. If the URL includes a "user:password" stanza, they will be used for Basic-style