Skip to content

Could FlyWithLua be extended to support SSL requests #26

@aussig

Description

@aussig

Although standard http requests are supported with the socket.http module, FlyWithLua doesn't seem to support https requests using the ssl.https module. Would it be possible to add support for this, so the following code would work:

local https = require("ssl.https")
local body, code, headers, status = https.request("https://[domain]")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions