Module netio.url
Implements the URL API: Protocol version: URL API Version 1.0(PDF)
The URL API is write-only (see specification), so you can't read informations about the outputs etc with it.
Functions
new (opts) | Creates new instance. |
Functions
- new (opts)
-
Creates new instance.
Please look into web_core for the method documentation you can use with this module.
Parameters:
- opts options table with arguments
Returns:
-
object
Instance table
Usage:
local Netio = require('netio.url') local netio_socket = Netio.new({ url = 'http://netio.de', pass = 'demo' })