From 607cc2b93a1848b13a589a7ed6ed84a783451352 Mon Sep 17 00:00:00 2001
From: Thijs Schreijer
To really benefit from this module, a good understanding of
-
+
LTN012, Filters sources and sinks is necessary.
FTP
FTP
argument or path (argument takes
precedence). Host is the server to connect to. Sink is
the simple
-LTN12
+LTN12
sink that will receive the downloaded data. Argument or
path give the target path to the resource in the server. The
optional arguments are the following:
@@ -136,7 +136,7 @@ FTP
FTP
argument or path (argument takes
precedence). Host is the server to connect to. Source is
the simple
-LTN12
+LTN12
source that will provide the contents to be uploaded.
Argument or
path give the target path to the resource in the server. The
@@ -221,7 +221,7 @@ FTP
HTTP
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 @@
@@ -158,7 +158,7 @@
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 @@
All functionality provided by the MIME module follows the ideas presented in - + LTN012, Filters sources and sinks.
diff --git a/docs/smtp.html b/docs/smtp.html index 787d0b10..23e31841 100644 --- a/docs/smtp.html +++ b/docs/smtp.html @@ -57,7 +57,7 @@In the description below, good understanding of LTN012, Filters +href="https://github.com/lunarmodules/luasocket/blob/master/ltn012.md"> LTN012, Filters sources and sinks and the MIME module is assumed. In fact, the SMTP module was the main reason for their creation.
@@ -122,7 +122,7 @@Returns a simple -LTN12 source that sends an SMTP message body, possibly multipart (arbitrarily deep). +LTN12 source that sends an SMTP message body, possibly multipart (arbitrarily deep).
@@ -155,7 +155,7 @@
The function returns a simple -LTN12 +LTN12 source that produces the message contents as defined by mesgt, chunk by chunk. Hopefully, the following @@ -264,7 +264,7 @@
Creates an -LTN12 +LTN12 sink from a stream socket object.
@@ -386,7 +386,7 @@Creates an -LTN12 +LTN12 source from a stream socket object.