diff options
Diffstat (limited to 'types/ssl')
-rw-r--r-- | types/ssl/https.d.tl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/types/ssl/https.d.tl b/types/ssl/https.d.tl index 94c38df6..79af9eb2 100644 --- a/types/ssl/https.d.tl +++ b/types/ssl/https.d.tl | |||
@@ -3,9 +3,9 @@ local SSLCertificate = ssl.SSLCertificate | |||
3 | local SSLConnection = ssl.SSLConnection | 3 | local SSLConnection = ssl.SSLConnection |
4 | 4 | ||
5 | local ltn12 = require("ltn12") | 5 | local ltn12 = require("ltn12") |
6 | local Pump = ltn12.Pump | 6 | local type Pump = ltn12.Pump |
7 | local Sink = ltn12.Sink | 7 | local type Sink = ltn12.Sink |
8 | local Source = ltn12.Source | 8 | local type Source = ltn12.Source |
9 | 9 | ||
10 | local record https | 10 | local record https |
11 | record HTTPSRequest | 11 | record HTTPSRequest |
@@ -47,4 +47,4 @@ local record https | |||
47 | tcp: function(): function(): SSLConnection | 47 | tcp: function(): function(): SSLConnection |
48 | end | 48 | end |
49 | 49 | ||
50 | return https \ No newline at end of file | 50 | return https |