From 93eef5015e0dfe8d24071dd036f9a7f02160abeb Mon Sep 17 00:00:00 2001
From: Thijs Schreijer
Date: Fri, 15 Mar 2024 12:55:02 +0100
Subject: chore(docs): update LTN12 links (#428)
---
docs/http.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'docs/http.html')
diff --git a/docs/http.html b/docs/http.html
index 52b8a30..c6423ba 100644
--- a/docs/http.html
+++ b/docs/http.html
@@ -52,7 +52,7 @@ implementation conforms to the HTTP/1.1 standard,
The module exports functions that provide HTTP functionality in different
levels of abstraction. From the simple
string oriented requests, through generic
-LTN12 based, down to even lower-level if you bother to look through the source code.
+LTN12 based, down to even lower-level if you bother to look through the source code.
@@ -144,7 +144,7 @@ http.request{
The request function has two forms. The simple form downloads
a URL using the GET or POST method and is based
on strings. The generic form performs any HTTP method and is
-LTN12 based.
+LTN12 based.
@@ -158,7 +158,7 @@ in the url. Otherwise, it performs a GET in the
If the first argument is instead a table, the most important fields are
the url and the simple
-LTN12
+LTN12
sink that will receive the downloaded content.
Any part of the url can be overridden by including
the appropriate field in the request table.
@@ -172,13 +172,13 @@ following:
method: The HTTP request method. Defaults to "GET";
headers: Any additional HTTP headers to send with the request;
source: simple
-LTN12
+LTN12
source to provide the request body. If there
is a body, you need to provide an appropriate "content-length"
request header field, or the function will attempt to send the body as
"chunked" (something few servers support). Defaults to the empty source;
step:
-LTN12
+LTN12
pump step function used to move data.
Defaults to the LTN12 pump.step function.
proxy: The URL of a proxy server to use. Defaults to no proxy;
--
cgit v1.2.3-55-g6feb