|
@@ -52,6 +52,12 @@ return {
|
|
- `headers` is a table of response headers.
|
|
- `headers` is a table of response headers.
|
|
]],
|
|
]],
|
|
external = true,
|
|
external = true,
|
|
|
|
+ notes = [[
|
|
|
|
+ On Linux, this module requires the `curl` library to be installed. Example on Debian-based
|
|
|
|
+ distributions:
|
|
|
|
+
|
|
|
|
+ sudo apt install libcurl4-openssl-dev
|
|
|
|
+ ]],
|
|
example = [[
|
|
example = [[
|
|
local http = require 'http'
|
|
local http = require 'http'
|
|
|
|
|